#0D5007

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

Shades of Myrtle #0D5007

Tints of Myrtle #0D5007

Color information

#0D5007 (or 0x0D5007) is unknown color: approx Myrtle. HEX triplet: 0D, 50 and 07. RGB value is (13,80,7). Sum of RGB (Red+Green+Blue) = 13+80+7=100 (13% of max value = 765). Red value is 13 (5.47% from 255 or 13% from 100); Green value is 80 (31.64% from 255 or 80% from 100); Blue value is 7 (3.12% from 255 or 7% from 100); Max value from RGB is 80 - color contains mainly: green. Hex color #0D5007 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D5007 is #F2AFF8. Grayscale: #333333. Windows color (decimal): -15904761 or 479245. OLE color: 479245.

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

Color convert

RGB13807-
CMYK0.8400.910.69
HSL115.07º83.91%17.06%-
HSV(B)115.07º91.25%31.37%-
XYZ3.075.841.17-
YUV51.64102.8100.44-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 13%
GREEN value IS 80 (31.64% from 255) = 80%
BLUE value IS 7 (3.12% from 255) = 7%
R=13%
G=80%
B=7%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal138070.8400.910.69115.0783.9117.06
HexD5075405B45735411
Octal151207124013310516312421
Binary1101101000011110101000101101110001011110011101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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