#0D5411

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

Shades of Myrtle #0D5411

Tints of Myrtle #0D5411

Color information

#0D5411 (or 0x0D5411) is unknown color: approx Myrtle. HEX triplet: 0D, 54 and 11. RGB value is (13,84,17). Sum of RGB (Red+Green+Blue) = 13+84+17=114 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.40% from 114); Green value is 84 (33.20% from 255 or 73.68% from 114); Blue value is 17 (7.03% from 255 or 14.91% from 114); Max value from RGB is 84 - color contains mainly: green. Hex color #0D5411 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D5411 is #F2ABEE. Grayscale: #373737. Windows color (decimal): -15903727 or 1135629. OLE color: 1135629.

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

Color convert

RGB138417-
CMYK0.8500.800.67
HSL123.38º73.2%19.02%-
HSV(B)123.38º84.52%32.94%-
XYZ3.446.471.6-
YUV55.13106.4897.95-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 11.40%
GREEN value IS 84 (33.20% from 255) = 73.68%
BLUE value IS 17 (7.03% from 255) = 14.91%
R=11.40%
G=73.68%
B=14.91%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1384170.8500.800.67123.3873.219.02
HexD541155050437b4913
Octal1512421125012010317311123
Binary110110101001000110101010101000010000111111011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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