#0D590F

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

Shades of Myrtle #0D590F

Tints of Myrtle #0D590F

Color information

#0D590F (or 0x0D590F) is unknown color: approx Myrtle. HEX triplet: 0D, 59 and 0F. RGB value is (13,89,15). Sum of RGB (Red+Green+Blue) = 13+89+15=117 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.11% from 117); Green value is 89 (35.16% from 255 or 76.07% from 117); Blue value is 15 (6.25% from 255 or 12.82% from 117); Max value from RGB is 89 - color contains mainly: green. Hex color #0D590F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D590F is #F2A6F0. Grayscale: #3A3A3A. Windows color (decimal): -15902449 or 1005837. OLE color: 1005837.

HSL color Cylindrical-coordinate representation of color #0D590F: hue angle of 121.58º degrees, saturation: 0.75, 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 #0D590F is Cyan = 0.85, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB138915-
CMYK0.8500.830.65
HSL121.58º74.51%20%-
HSV(B)121.58º85.39%34.9%-
XYZ3.827.261.65-
YUV57.84103.8296.02-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 11.11%
GREEN value IS 89 (35.16% from 255) = 76.07%
BLUE value IS 15 (6.25% from 255) = 12.82%
R=11.11%
G=76.07%
B=12.82%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1389150.8500.830.65121.5874.5120
HexD59F55053417a4b14
Octal1513117125012310117211324
Binary11011011001111110101010101001110000011111010100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D590F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,89,15); }

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

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

 a { background-color: rgb(13,89,15); }

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

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

 span { border-color: rgb(13,89,15); }

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