#0D5414

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

Shades of Myrtle #0D5414

Tints of Myrtle #0D5414

Color information

#0D5414 (or 0x0D5414) is unknown color: approx Myrtle. HEX triplet: 0D, 54 and 14. RGB value is (13,84,20). Sum of RGB (Red+Green+Blue) = 13+84+20=117 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.11% from 117); Green value is 84 (33.20% from 255 or 71.79% from 117); Blue value is 20 (8.20% from 255 or 17.09% from 117); Max value from RGB is 84 - color contains mainly: green. Hex color #0D5414 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D5414 is #F2ABEB. Grayscale: #373737. Windows color (decimal): -15903724 or 1332237. OLE color: 1332237.

HSL color Cylindrical-coordinate representation of color #0D5414: hue angle of 125.92º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D5414 is Cyan = 0.85, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB138420-
CMYK0.8500.760.67
HSL125.92º73.2%19.02%-
HSV(B)125.92º84.52%32.94%-
XYZ3.466.481.73-
YUV55.48107.9897.7-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 11.11%
GREEN value IS 84 (33.20% from 255) = 71.79%
BLUE value IS 20 (8.20% from 255) = 17.09%
R=11.11%
G=71.79%
B=17.09%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1384200.8500.760.67125.9273.219.02
HexD54145504C437e4913
Octal1512424125011410317611123
Binary110110101001010010101010100110010000111111110100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,84,20); }

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

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

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

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

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

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

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