#0E360E

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

Shades of Myrtle #0E360E

Tints of Myrtle #0E360E

Color information

#0E360E (or 0x0E360E) is unknown color: approx Myrtle. HEX triplet: 0E, 36 and 0E. RGB value is (14,54,14). Sum of RGB (Red+Green+Blue) = 14+54+14=82 (10% of max value = 765). Red value is 14 (5.86% from 255 or 17.07% from 82); Green value is 54 (21.48% from 255 or 65.85% from 82); Blue value is 14 (5.86% from 255 or 17.07% from 82); Max value from RGB is 54 - color contains mainly: green. Hex color #0E360E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E360E is #F1C9F1. Grayscale: #252525. Windows color (decimal): -15845874 or 931342. OLE color: 931342.

HSL color Cylindrical-coordinate representation of color #0E360E: hue angle of 120º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0E360E is Cyan = 0.74, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.79.

Color convert

RGB145414-
CMYK0.7400.740.79
HSL120º58.82%13.33%-
HSV(B)120º74.07%21.18%-
XYZ1.582.760.87-
YUV37.48114.75111.25-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 17.07%
GREEN value IS 54 (21.48% from 255) = 65.85%
BLUE value IS 14 (5.86% from 255) = 17.07%
R=17.07%
G=65.85%
B=17.07%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1454140.7400.740.7912058.8213.33
HexE36E4A04A4F783bd
Octal16661611201121171707315
Binary11101101101110100101001001010100111111110001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E360E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,54,14); }

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

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

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

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

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

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

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