#0D4913

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

Shades of Myrtle #0D4913

Tints of Myrtle #0D4913

Color information

#0D4913 (or 0x0D4913) is unknown color: approx Myrtle. HEX triplet: 0D, 49 and 13. RGB value is (13,73,19). Sum of RGB (Red+Green+Blue) = 13+73+19=105 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.38% from 105); Green value is 73 (28.91% from 255 or 69.52% from 105); Blue value is 19 (7.81% from 255 or 18.10% from 105); Max value from RGB is 73 - color contains mainly: green. Hex color #0D4913 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D4913 is #F2B6EC. Grayscale: #313131. Windows color (decimal): -15906541 or 1263885. OLE color: 1263885.

HSL color Cylindrical-coordinate representation of color #0D4913: hue angle of 126º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0D4913 is Cyan = 0.82, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.71.

Color convert

RGB137319-
CMYK0.8200.740.71
HSL126º69.77%16.86%-
HSV(B)126º82.19%28.63%-
XYZ2.674.91.42-
YUV48.9111.12102.39-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 12.38%
GREEN value IS 73 (28.91% from 255) = 69.52%
BLUE value IS 19 (7.81% from 255) = 18.10%
R=12.38%
G=69.52%
B=18.10%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1373190.8200.740.7112669.7716.86
HexD49135204A477e4611
Octal1511123122011210717610621
Binary110110010011001110100100100101010001111111110100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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