#0D5906

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

Shades of Myrtle #0D5906

Tints of Myrtle #0D5906

Color information

#0D5906 (or 0x0D5906) is unknown color: approx Myrtle. HEX triplet: 0D, 59 and 06. RGB value is (13,89,6). Sum of RGB (Red+Green+Blue) = 13+89+6=108 (14% of max value = 765). Red value is 13 (5.47% from 255 or 12.04% from 108); Green value is 89 (35.16% from 255 or 82.41% from 108); Blue value is 6 (2.73% from 255 or 5.56% from 108); Max value from RGB is 89 - color contains mainly: green. Hex color #0D5906 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D5906 is #F2A6F9. Grayscale: #393939. Windows color (decimal): -15902458 or 416013. OLE color: 416013.

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

Color convert

RGB13896-
CMYK0.8500.930.65
HSL114.94º87.37%18.63%-
HSV(B)114.94º93.26%34.9%-
XYZ3.777.241.37-
YUV56.8199.3296.75-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 12.04%
GREEN value IS 89 (35.16% from 255) = 82.41%
BLUE value IS 6 (2.73% from 255) = 5.56%
R=12.04%
G=82.41%
B=5.56%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal138960.8500.930.65114.9487.3718.63
HexD5965505D41735713
Octal151316125013510116312723
Binary1101101100111010101010101110110000011110011101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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