#0E4F16

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

Shades of Myrtle #0E4F16

Tints of Myrtle #0E4F16

Color information

#0E4F16 (or 0x0E4F16) is unknown color: approx Myrtle. HEX triplet: 0E, 4F and 16. RGB value is (14,79,22). Sum of RGB (Red+Green+Blue) = 14+79+22=115 (15% of max value = 765). Red value is 14 (5.86% from 255 or 12.17% from 115); Green value is 79 (31.25% from 255 or 68.70% from 115); Blue value is 22 (8.98% from 255 or 19.13% from 115); Max value from RGB is 79 - color contains mainly: green. Hex color #0E4F16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E4F16 is #F1B0E9. Grayscale: #353535. Windows color (decimal): -15839466 or 1462030. OLE color: 1462030.

HSL color Cylindrical-coordinate representation of color #0E4F16: hue angle of 127.38º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0E4F16 is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.69.

Color convert

RGB147922-
CMYK0.8200.720.69
HSL127.38º69.89%18.24%-
HSV(B)127.38º82.28%30.98%-
XYZ3.125.741.7-
YUV53.07110.47100.13-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 12.17%
GREEN value IS 79 (31.25% from 255) = 68.70%
BLUE value IS 22 (8.98% from 255) = 19.13%
R=12.17%
G=68.70%
B=19.13%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1479220.8200.720.69127.3869.8918.24
HexE4F1652048457f4612
Octal1611726122011010517710622
Binary111010011111011010100100100100010001011111111100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,79,22); }

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

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

 a { background-color: rgb(14,79,22); }

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

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

 span { border-color: rgb(14,79,22); }

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