#0E5508

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

Shades of Myrtle #0E5508

Tints of Myrtle #0E5508

Color information

#0E5508 (or 0x0E5508) is unknown color: approx Myrtle. HEX triplet: 0E, 55 and 08. RGB value is (14,85,8). Sum of RGB (Red+Green+Blue) = 14+85+8=107 (14% of max value = 765). Red value is 14 (5.86% from 255 or 13.08% from 107); Green value is 85 (33.59% from 255 or 79.44% from 107); Blue value is 8 (3.52% from 255 or 7.48% from 107); Max value from RGB is 85 - color contains mainly: green. Hex color #0E5508 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E5508 is #F1AAF7. Grayscale: #373737. Windows color (decimal): -15837944 or 546062. OLE color: 546062.

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

Color convert

RGB14858-
CMYK0.8400.910.67
HSL115.32º82.8%18.24%-
HSV(B)115.32º90.59%33.33%-
XYZ3.476.611.32-
YUV54.99101.4898.76-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 13.08%
GREEN value IS 85 (33.59% from 255) = 79.44%
BLUE value IS 8 (3.52% from 255) = 7.48%
R=13.08%
G=79.44%
B=7.48%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal148580.8400.910.67115.3282.818.24
HexE5585405B43735312
Octal1612510124013310316312322
Binary11101010101100010101000101101110000111110011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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