#0D500D

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

Shades of Myrtle #0D500D

Tints of Myrtle #0D500D

Color information

#0D500D (or 0x0D500D) is unknown color: approx Myrtle. HEX triplet: 0D, 50 and 0D. RGB value is (13,80,13). Sum of RGB (Red+Green+Blue) = 13+80+13=106 (14% of max value = 765). Red value is 13 (5.47% from 255 or 12.26% from 106); Green value is 80 (31.64% from 255 or 75.47% from 106); Blue value is 13 (5.47% from 255 or 12.26% from 106); Max value from RGB is 80 - color contains mainly: green. Hex color #0D500D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D500D is #F2AFF2. Grayscale: #343434. Windows color (decimal): -15904755 or 872461. OLE color: 872461.

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

Color convert

RGB138013-
CMYK0.8400.840.69
HSL120º72.04%18.24%-
HSV(B)120º83.75%31.37%-
XYZ3.115.851.35-
YUV52.33105.899.95-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1380130.8400.840.6912072.0418.24
HexD50D5405445784812
Octal1512015124012410517011022
Binary11011010000110110101000101010010001011111000100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D500D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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