#0D5413

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

Shades of Myrtle #0D5413

Tints of Myrtle #0D5413

Color information

#0D5413 (or 0x0D5413) is unknown color: approx Myrtle. HEX triplet: 0D, 54 and 13. RGB value is (13,84,19). Sum of RGB (Red+Green+Blue) = 13+84+19=116 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.21% from 116); Green value is 84 (33.20% from 255 or 72.41% from 116); Blue value is 19 (7.81% from 255 or 16.38% from 116); Max value from RGB is 84 - color contains mainly: green. Hex color #0D5413 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D5413 is #F2ABEC. Grayscale: #373737. Windows color (decimal): -15903725 or 1266701. OLE color: 1266701.

HSL color Cylindrical-coordinate representation of color #0D5413: hue angle of 125.07º 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 #0D5413 is Cyan = 0.85, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.67.

Color convert

RGB138419-
CMYK0.8500.770.67
HSL125.07º73.2%19.02%-
HSV(B)125.07º84.52%32.94%-
XYZ3.456.471.68-
YUV55.36107.4897.79-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 11.21%
GREEN value IS 84 (33.20% from 255) = 72.41%
BLUE value IS 19 (7.81% from 255) = 16.38%
R=11.21%
G=72.41%
B=16.38%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1384190.8500.770.67125.0773.219.02
HexD54135504D437d4913
Octal1512423125011510317511123
Binary110110101001001110101010100110110000111111101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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