#0E5608

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

Shades of Myrtle #0E5608

Tints of Myrtle #0E5608

Color information

#0E5608 (or 0x0E5608) is unknown color: approx Myrtle. HEX triplet: 0E, 56 and 08. RGB value is (14,86,8). Sum of RGB (Red+Green+Blue) = 14+86+8=108 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.96% from 108); Green value is 86 (33.98% from 255 or 79.63% from 108); Blue value is 8 (3.52% from 255 or 7.41% from 108); Max value from RGB is 86 - color contains mainly: green. Hex color #0E5608 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E5608 is #F1A9F7. Grayscale: #373737. Windows color (decimal): -15837688 or 546318. OLE color: 546318.

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

Color convert

RGB14868-
CMYK0.8400.910.66
HSL115.38º82.98%18.43%-
HSV(B)115.38º90.7%33.73%-
XYZ3.556.771.35-
YUV55.58101.1598.34-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 12.96%
GREEN value IS 86 (33.98% from 255) = 79.63%
BLUE value IS 8 (3.52% from 255) = 7.41%
R=12.96%
G=79.63%
B=7.41%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal148680.8400.910.66115.3882.9818.43
HexE5685405B42735312
Octal1612610124013310216312322
Binary11101010110100010101000101101110000101110011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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