#0E580F

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

Shades of Myrtle #0E580F

Tints of Myrtle #0E580F

Color information

#0E580F (or 0x0E580F) is unknown color: approx Myrtle. HEX triplet: 0E, 58 and 0F. RGB value is (14,88,15). Sum of RGB (Red+Green+Blue) = 14+88+15=117 (15% of max value = 765). Red value is 14 (5.86% from 255 or 11.97% from 117); Green value is 88 (34.77% from 255 or 75.21% from 117); Blue value is 15 (6.25% from 255 or 12.82% from 117); Max value from RGB is 88 - color contains mainly: green. Hex color #0E580F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E580F is #F1A7F0. Grayscale: #393939. Windows color (decimal): -15837169 or 1005582. OLE color: 1005582.

HSL color Cylindrical-coordinate representation of color #0E580F: hue angle of 120.81º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E580F is Cyan = 0.84, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB148815-
CMYK0.8400.830.65
HSL120.81º72.55%20%-
HSV(B)120.81º84.09%34.51%-
XYZ3.767.111.63-
YUV57.55103.9896.94-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 11.97%
GREEN value IS 88 (34.77% from 255) = 75.21%
BLUE value IS 15 (6.25% from 255) = 12.82%
R=11.97%
G=75.21%
B=12.82%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1488150.8400.830.65120.8172.5520
HexE58F5405341794914
Octal1613017124012310117111124
Binary11101011000111110101000101001110000011111001100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E580F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,88,15); }

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

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

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

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

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

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

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