#0D590B

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

Shades of Myrtle #0D590B

Tints of Myrtle #0D590B

Color information

#0D590B (or 0x0D590B) is unknown color: approx Myrtle. HEX triplet: 0D, 59 and 0B. RGB value is (13,89,11). Sum of RGB (Red+Green+Blue) = 13+89+11=113 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.50% from 113); Green value is 89 (35.16% from 255 or 78.76% from 113); Blue value is 11 (4.69% from 255 or 9.73% from 113); Max value from RGB is 89 - color contains mainly: green. Hex color #0D590B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D590B is #F2A6F4. Grayscale: #393939. Windows color (decimal): -15902453 or 743693. OLE color: 743693.

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

Color convert

RGB138911-
CMYK0.8500.880.65
HSL118.46º78%19.61%-
HSV(B)118.46º87.64%34.9%-
XYZ3.87.251.52-
YUV57.38101.8296.34-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 11.50%
GREEN value IS 89 (35.16% from 255) = 78.76%
BLUE value IS 11 (4.69% from 255) = 9.73%
R=11.50%
G=78.76%
B=9.73%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1389110.8500.880.65118.467819.61
HexD59B5505841764e14
Octal1513113125013010116611624
Binary11011011001101110101010101100010000011110110100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D590B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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