#0E5912

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

Shades of Myrtle #0E5912

Tints of Myrtle #0E5912

Color information

#0E5912 (or 0x0E5912) is unknown color: approx Myrtle. HEX triplet: 0E, 59 and 12. RGB value is (14,89,18). Sum of RGB (Red+Green+Blue) = 14+89+18=121 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.57% from 121); Green value is 89 (35.16% from 255 or 73.55% from 121); Blue value is 18 (7.42% from 255 or 14.88% from 121); Max value from RGB is 89 - color contains mainly: green. Hex color #0E5912 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E5912 is #F1A6ED. Grayscale: #3A3A3A. Windows color (decimal): -15836910 or 1202446. OLE color: 1202446.

HSL color Cylindrical-coordinate representation of color #0E5912: hue angle of 123.2º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E5912 is Cyan = 0.84, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB148918-
CMYK0.8400.800.65
HSL123.2º72.82%20.2%-
HSV(B)123.2º84.27%34.9%-
XYZ3.867.281.77-
YUV58.48105.1596.27-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 11.57%
GREEN value IS 89 (35.16% from 255) = 73.55%
BLUE value IS 18 (7.42% from 255) = 14.88%
R=11.57%
G=73.55%
B=14.88%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1489180.8400.800.65123.272.8220.2
HexE591254050417b4914
Octal1613122124012010117311124
Binary111010110011001010101000101000010000011111011100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,89,18); }

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

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

 a { background-color: rgb(14,89,18); }

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

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

 span { border-color: rgb(14,89,18); }

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