#0E5546

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

Shades of Cyprus #0E5546

Tints of Cyprus #0E5546

Color information

#0E5546 (or 0x0E5546) is unknown color: approx Cyprus. HEX triplet: 0E, 55 and 46. RGB value is (14,85,70). Sum of RGB (Red+Green+Blue) = 14+85+70=169 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.28% from 169); Green value is 85 (33.59% from 255 or 50.30% from 169); Blue value is 70 (27.73% from 255 or 41.42% from 169); Max value from RGB is 85 - color contains mainly: green. Hex color #0E5546 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E5546 is #F1AAB9. Grayscale: #3E3E3E. Windows color (decimal): -15837882 or 4609294. OLE color: 4609294.

HSL color Cylindrical-coordinate representation of color #0E5546: hue angle of 167.32º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E5546 is Cyan = 0.84, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB148570-
CMYK0.8400.180.67
HSL167.32º71.72%19.41%-
HSV(B)167.32º83.53%33.33%-
XYZ4.547.036.91-
YUV62.06132.4893.72-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.28%
GREEN value IS 85 (33.59% from 255) = 50.30%
BLUE value IS 70 (27.73% from 255) = 41.42%
R=8.28%
G=50.30%
B=41.42%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1485700.8400.180.67167.3271.7219.41
HexE55465401243a74813
Octal1612510612402210324711023
Binary1110101010110001101010100010010100001110100111100100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,85,70); }

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

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

 a { background-color: rgb(14,85,70); }

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

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

 span { border-color: rgb(14,85,70); }

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