#0E2408

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

Shades of Myrtle #0E2408

Tints of Myrtle #0E2408

Color information

#0E2408 (or 0x0E2408) is unknown color: approx Myrtle. HEX triplet: 0E, 24 and 08. RGB value is (14,36,8). Sum of RGB (Red+Green+Blue) = 14+36+8=58 (7% of max value = 765). Red value is 14 (5.86% from 255 or 24.14% from 58); Green value is 36 (14.45% from 255 or 62.07% from 58); Blue value is 8 (3.52% from 255 or 13.79% from 58); Max value from RGB is 36 - color contains mainly: green. Hex color #0E2408 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2408 is #F1DBF7. Grayscale: #1A1A1A. Windows color (decimal): -15850488 or 533518. OLE color: 533518.

HSL color Cylindrical-coordinate representation of color #0E2408: hue angle of 107.14º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0E2408 is Cyan = 0.61, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.86.

Color convert

RGB14368-
CMYK0.6100.780.86
HSL107.14º63.64%8.63%-
HSV(B)107.14º77.78%14.12%-
XYZ0.861.370.45-
YUV26.23117.71119.28-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 24.14%
GREEN value IS 36 (14.45% from 255) = 62.07%
BLUE value IS 8 (3.52% from 255) = 13.79%
R=24.14%
G=62.07%
B=13.79%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal143680.6100.780.86107.1463.648.63
HexE2483D04E566b409
Octal16441075011612615310011
Binary11101001001000111101010011101010110110101110000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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