#0E3608

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

Shades of Myrtle #0E3608

Tints of Myrtle #0E3608

Color information

#0E3608 (or 0x0E3608) is unknown color: approx Myrtle. HEX triplet: 0E, 36 and 08. RGB value is (14,54,8). Sum of RGB (Red+Green+Blue) = 14+54+8=76 (10% of max value = 765). Red value is 14 (5.86% from 255 or 18.42% from 76); Green value is 54 (21.48% from 255 or 71.05% from 76); Blue value is 8 (3.52% from 255 or 10.53% from 76); Max value from RGB is 54 - color contains mainly: green. Hex color #0E3608 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E3608 is #F1C9F7. Grayscale: #242424. Windows color (decimal): -15845880 or 538126. OLE color: 538126.

HSL color Cylindrical-coordinate representation of color #0E3608: hue angle of 112.17º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0E3608 is Cyan = 0.74, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.79.

Color convert

RGB14548-
CMYK0.7400.850.79
HSL112.17º74.19%12.16%-
HSV(B)112.17º85.19%21.18%-
XYZ1.542.750.68-
YUV36.8111.75111.74-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 18.42%
GREEN value IS 54 (21.48% from 255) = 71.05%
BLUE value IS 8 (3.52% from 255) = 10.53%
R=18.42%
G=71.05%
B=10.53%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal145480.7400.850.79112.1774.1912.16
HexE3684A0554F704ac
Octal166610112012511716011214
Binary111011011010001001010010101011001111111000010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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