#0E5647

Color #0E5647 Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #0E5647

Tints of Cyprus #0E5647

Color information

#0E5647 (or 0x0E5647) is unknown color: approx Cyprus. HEX triplet: 0E, 56 and 47. RGB value is (14,86,71). Sum of RGB (Red+Green+Blue) = 14+86+71=171 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.19% from 171); Green value is 86 (33.98% from 255 or 50.29% from 171); Blue value is 71 (28.12% from 255 or 41.52% from 171); Max value from RGB is 86 - color contains mainly: green. Hex color #0E5647 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E5647 is #F1A9B8. Grayscale: #3E3E3E. Windows color (decimal): -15837625 or 4675086. OLE color: 4675086.

HSL color Cylindrical-coordinate representation of color #0E5647: hue angle of 167.5º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E5647 is Cyan = 0.84, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.66.

Color convert

RGB148671-
CMYK0.8400.170.66
HSL167.5º72%19.61%-
HSV(B)167.5º83.72%33.73%-
XYZ4.657.27.11-
YUV62.76132.6593.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 14 (5.86% from 255) = 8.19%
GREEN value IS 86 (33.98% from 255) = 50.29%
BLUE value IS 71 (28.12% from 255) = 41.52%
R=8.19%
G=50.29%
B=41.52%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1486710.8400.170.66167.57219.61
HexE56475401142a84814
Octal1612610712402110225011024
Binary1110101011010001111010100010001100001010101000100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E5647; }

 p { color: rgb(14,86,71); }

 H1.HeaderClassName
 {
   color: #0E5647;
 }
 .AnyTagClassName
 {
   color: #0E5647;
 }
</style>
background-color css

<style>
 a { background-color: #0E5647; }

 a { background-color: rgb(14,86,71); }

 div.DivClassName
 {
   background-color: #0E5647;
 }
 .BgClassName
 {
   background-color: #0E5647;
 }
</style>
border-color css

<style>
 span { border-color: #0E5647; }

 span { border-color: rgb(14,86,71); }

 td.TdClassName
 {
   border-color: #0E5647;
 }
 .TagClassName
 {
   border-color: #0E5647;
 }
</style>