#0E2404

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

Shades of Myrtle #0E2404

Tints of Myrtle #0E2404

Color information

#0E2404 (or 0x0E2404) is unknown color: approx Myrtle. HEX triplet: 0E, 24 and 04. RGB value is (14,36,4). Sum of RGB (Red+Green+Blue) = 14+36+4=54 (7% of max value = 765). Red value is 14 (5.86% from 255 or 25.93% from 54); Green value is 36 (14.45% from 255 or 66.67% from 54); Blue value is 4 (1.95% from 255 or 7.41% from 54); Max value from RGB is 36 - color contains mainly: green. Hex color #0E2404 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2404 is #F1DBFB. Grayscale: #191919. Windows color (decimal): -15850492 or 271374. OLE color: 271374.

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

Color convert

RGB14364-
CMYK0.6100.890.86
HSL101.25º80%7.84%-
HSV(B)101.25º88.89%14.12%-
XYZ0.831.360.33-
YUV25.77115.71119.6-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 25.93%
GREEN value IS 36 (14.45% from 255) = 66.67%
BLUE value IS 4 (1.95% from 255) = 7.41%
R=25.93%
G=66.67%
B=7.41%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal143640.6100.890.86101.25807.84
HexE2443D0595665508
Octal1644475013112614512010
Binary1110100100100111101010110011010110110010110100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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