#0E4712

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

Shades of Myrtle #0E4712

Tints of Myrtle #0E4712

Color information

#0E4712 (or 0x0E4712) is unknown color: approx Myrtle. HEX triplet: 0E, 47 and 12. RGB value is (14,71,18). Sum of RGB (Red+Green+Blue) = 14+71+18=103 (13% of max value = 765). Red value is 14 (5.86% from 255 or 13.59% from 103); Green value is 71 (28.12% from 255 or 68.93% from 103); Blue value is 18 (7.42% from 255 or 17.48% from 103); Max value from RGB is 71 - color contains mainly: green. Hex color #0E4712 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E4712 is #F1B8ED. Grayscale: #303030. Windows color (decimal): -15841518 or 1197838. OLE color: 1197838.

HSL color Cylindrical-coordinate representation of color #0E4712: hue angle of 124.21º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0E4712 is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.72.

Color convert

RGB147118-
CMYK0.8000.750.72
HSL124.21º67.06%16.67%-
HSV(B)124.21º80.28%27.84%-
XYZ2.544.641.33-
YUV47.92111.12103.81-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 13.59%
GREEN value IS 71 (28.12% from 255) = 68.93%
BLUE value IS 18 (7.42% from 255) = 17.48%
R=13.59%
G=68.93%
B=17.48%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1471180.8000.750.72124.2167.0616.67
HexE47125004B487c4311
Octal1610722120011311017410321
Binary111010001111001010100000100101110010001111100100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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