#0D5006

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

Shades of Myrtle #0D5006

Tints of Myrtle #0D5006

Color information

#0D5006 (or 0x0D5006) is unknown color: approx Myrtle. HEX triplet: 0D, 50 and 06. RGB value is (13,80,6). Sum of RGB (Red+Green+Blue) = 13+80+6=99 (13% of max value = 765). Red value is 13 (5.47% from 255 or 13.13% from 99); Green value is 80 (31.64% from 255 or 80.81% from 99); Blue value is 6 (2.73% from 255 or 6.06% from 99); Max value from RGB is 80 - color contains mainly: green. Hex color #0D5006 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D5006 is #F2AFF9. Grayscale: #333333. Windows color (decimal): -15904762 or 413709. OLE color: 413709.

HSL color Cylindrical-coordinate representation of color #0D5006: hue angle of 114.32º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D5006 is Cyan = 0.84, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB13806-
CMYK0.8400.920.69
HSL114.32º86.05%16.86%-
HSV(B)114.32º92.5%31.37%-
XYZ3.075.841.14-
YUV51.53102.3100.52-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 13.13%
GREEN value IS 80 (31.64% from 255) = 80.81%
BLUE value IS 6 (2.73% from 255) = 6.06%
R=13.13%
G=80.81%
B=6.06%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal138060.8400.920.69114.3286.0516.86
HexD5065405C45725611
Octal151206124013410516212621
Binary1101101000011010101000101110010001011110010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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