#0E5114

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

Shades of Myrtle #0E5114

Tints of Myrtle #0E5114

Color information

#0E5114 (or 0x0E5114) is unknown color: approx Myrtle. HEX triplet: 0E, 51 and 14. RGB value is (14,81,20). Sum of RGB (Red+Green+Blue) = 14+81+20=115 (15% of max value = 765). Red value is 14 (5.86% from 255 or 12.17% from 115); Green value is 81 (32.03% from 255 or 70.43% from 115); Blue value is 20 (8.20% from 255 or 17.39% from 115); Max value from RGB is 81 - color contains mainly: green. Hex color #0E5114 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E5114 is #F1AEEB. Grayscale: #363636. Windows color (decimal): -15838956 or 1331470. OLE color: 1331470.

HSL color Cylindrical-coordinate representation of color #0E5114: hue angle of 125.37º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0E5114 is Cyan = 0.83, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.68.

Color convert

RGB148120-
CMYK0.8300.750.68
HSL125.37º70.53%18.63%-
HSV(B)125.37º82.72%31.76%-
XYZ3.256.031.65-
YUV54.01108.899.46-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 12.17%
GREEN value IS 81 (32.03% from 255) = 70.43%
BLUE value IS 20 (8.20% from 255) = 17.39%
R=12.17%
G=70.43%
B=17.39%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1481200.8300.750.68125.3770.5318.63
HexE51145304B447d4713
Octal1612124123011310417510723
Binary111010100011010010100110100101110001001111101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,81,20); }

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

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

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

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

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

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

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