#0E5716

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

Shades of Myrtle #0E5716

Tints of Myrtle #0E5716

Color information

#0E5716 (or 0x0E5716) is unknown color: approx Myrtle. HEX triplet: 0E, 57 and 16. RGB value is (14,87,22). Sum of RGB (Red+Green+Blue) = 14+87+22=123 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.38% from 123); Green value is 87 (34.38% from 255 or 70.73% from 123); Blue value is 22 (8.98% from 255 or 17.89% from 123); Max value from RGB is 87 - color contains mainly: green. Hex color #0E5716 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E5716 is #F1A8E9. Grayscale: #393939. Windows color (decimal): -15837418 or 1464078. OLE color: 1464078.

HSL color Cylindrical-coordinate representation of color #0E5716: hue angle of 126.58º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E5716 is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.66.

Color convert

RGB148722-
CMYK0.8400.750.66
HSL126.58º72.28%19.8%-
HSV(B)126.58º83.91%34.12%-
XYZ3.736.971.91-
YUV57.76107.8296.79-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 11.38%
GREEN value IS 87 (34.38% from 255) = 70.73%
BLUE value IS 22 (8.98% from 255) = 17.89%
R=11.38%
G=70.73%
B=17.89%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1487220.8400.750.66126.5872.2819.8
HexE57165404B427f4814
Octal1612726124011310217711024
Binary111010101111011010101000100101110000101111111100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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