#0E5C11

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

Shades of Myrtle #0E5C11

Tints of Myrtle #0E5C11

Color information

#0E5C11 (or 0x0E5C11) is unknown color: approx Myrtle. HEX triplet: 0E, 5C and 11. RGB value is (14,92,17). Sum of RGB (Red+Green+Blue) = 14+92+17=123 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.38% from 123); Green value is 92 (36.33% from 255 or 74.80% from 123); Blue value is 17 (7.03% from 255 or 13.82% from 123); Max value from RGB is 92 - color contains mainly: green. Hex color #0E5C11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E5C11 is #F1A3EE. Grayscale: #3C3C3C. Windows color (decimal): -15836143 or 1137678. OLE color: 1137678.

HSL color Cylindrical-coordinate representation of color #0E5C11: hue angle of 122.31º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0E5C11 is Cyan = 0.85, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.64.

Color convert

RGB149217-
CMYK0.8500.820.64
HSL122.31º73.58%20.78%-
HSV(B)122.31º84.78%36.08%-
XYZ4.117.791.82-
YUV60.13103.6695.1-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 11.38%
GREEN value IS 92 (36.33% from 255) = 74.80%
BLUE value IS 17 (7.03% from 255) = 13.82%
R=11.38%
G=74.80%
B=13.82%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1492170.8500.820.64122.3173.5820.78
HexE5C1155052407a4a15
Octal1613421125012210017211225
Binary111010111001000110101010101001010000001111010100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,92,17); }

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

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

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

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

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

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

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