#0D580E

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

Shades of Myrtle #0D580E

Tints of Myrtle #0D580E

Color information

#0D580E (or 0x0D580E) is unknown color: approx Myrtle. HEX triplet: 0D, 58 and 0E. RGB value is (13,88,14). Sum of RGB (Red+Green+Blue) = 13+88+14=115 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.30% from 115); Green value is 88 (34.77% from 255 or 76.52% from 115); Blue value is 14 (5.86% from 255 or 12.17% from 115); Max value from RGB is 88 - color contains mainly: green. Hex color #0D580E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D580E is #F2A7F1. Grayscale: #393939. Windows color (decimal): -15902706 or 940045. OLE color: 940045.

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

Color convert

RGB138814-
CMYK0.8500.840.65
HSL120.8º74.26%19.8%-
HSV(B)120.8º85.23%34.51%-
XYZ3.737.11.59-
YUV57.14103.6596.52-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 11.30%
GREEN value IS 88 (34.77% from 255) = 76.52%
BLUE value IS 14 (5.86% from 255) = 12.17%
R=11.30%
G=76.52%
B=12.17%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1388140.8500.840.65120.874.2619.8
HexD58E5505441794a14
Octal1513016125012410117111224
Binary11011011000111010101010101010010000011111001100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D580E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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