#0D4811

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

Shades of Myrtle #0D4811

Tints of Myrtle #0D4811

Color information

#0D4811 (or 0x0D4811) is unknown color: approx Myrtle. HEX triplet: 0D, 48 and 11. RGB value is (13,72,17). Sum of RGB (Red+Green+Blue) = 13+72+17=102 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.75% from 102); Green value is 72 (28.52% from 255 or 70.59% from 102); Blue value is 17 (7.03% from 255 or 16.67% from 102); Max value from RGB is 72 - color contains mainly: green. Hex color #0D4811 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D4811 is #F2B7EE. Grayscale: #303030. Windows color (decimal): -15906799 or 1132557. OLE color: 1132557.

HSL color Cylindrical-coordinate representation of color #0D4811: hue angle of 124.07º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0D4811 is Cyan = 0.82, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.72.

Color convert

RGB137217-
CMYK0.8200.760.72
HSL124.07º69.41%16.67%-
HSV(B)124.07º81.94%28.24%-
XYZ2.584.761.31-
YUV48.09110.45102.97-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 12.75%
GREEN value IS 72 (28.52% from 255) = 70.59%
BLUE value IS 17 (7.03% from 255) = 16.67%
R=12.75%
G=70.59%
B=16.67%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1372170.8200.760.72124.0769.4116.67
HexD48115204C487c4511
Octal1511021122011411017410521
Binary110110010001000110100100100110010010001111100100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,72,17); }

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

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

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

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

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

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

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