#0D5313

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

Shades of Myrtle #0D5313

Tints of Myrtle #0D5313

Color information

#0D5313 (or 0x0D5313) is unknown color: approx Myrtle. HEX triplet: 0D, 53 and 13. RGB value is (13,83,19). Sum of RGB (Red+Green+Blue) = 13+83+19=115 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.30% from 115); Green value is 83 (32.81% from 255 or 72.17% from 115); Blue value is 19 (7.81% from 255 or 16.52% from 115); Max value from RGB is 83 - color contains mainly: green. Hex color #0D5313 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D5313 is #F2ACEC. Grayscale: #363636. Windows color (decimal): -15903981 or 1266445. OLE color: 1266445.

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

Color convert

RGB138319-
CMYK0.8400.770.67
HSL125.14º72.92%18.82%-
HSV(B)125.14º84.34%32.55%-
XYZ3.386.321.66-
YUV54.77107.8198.2-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 11.30%
GREEN value IS 83 (32.81% from 255) = 72.17%
BLUE value IS 19 (7.81% from 255) = 16.52%
R=11.30%
G=72.17%
B=16.52%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1383190.8400.770.67125.1472.9218.82
HexD53135404D437d4913
Octal1512323124011510317511123
Binary110110100111001110101000100110110000111111101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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