#0E2406

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

Shades of Myrtle #0E2406

Tints of Myrtle #0E2406

Color information

#0E2406 (or 0x0E2406) is unknown color: approx Myrtle. HEX triplet: 0E, 24 and 06. RGB value is (14,36,6). Sum of RGB (Red+Green+Blue) = 14+36+6=56 (7% of max value = 765). Red value is 14 (5.86% from 255 or 25% from 56); Green value is 36 (14.45% from 255 or 64.29% from 56); Blue value is 6 (2.73% from 255 or 10.71% from 56); Max value from RGB is 36 - color contains mainly: green. Hex color #0E2406 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2406 is #F1DBF9. Grayscale: #1A1A1A. Windows color (decimal): -15850490 or 402446. OLE color: 402446.

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

Color convert

RGB14366-
CMYK0.6100.830.86
HSL104º71.43%8.24%-
HSV(B)104º83.33%14.12%-
XYZ0.841.370.39-
YUV26116.71119.44-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 25%
GREEN value IS 36 (14.45% from 255) = 64.29%
BLUE value IS 6 (2.73% from 255) = 10.71%
R=25%
G=64.29%
B=10.71%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal143660.6100.830.8610471.438.24
HexE2463D0535668478
Octal1644675012312615010710
Binary1110100100110111101010100111010110110100010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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