#0D5011

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

Shades of Myrtle #0D5011

Tints of Myrtle #0D5011

Color information

#0D5011 (or 0x0D5011) is unknown color: approx Myrtle. HEX triplet: 0D, 50 and 11. RGB value is (13,80,17). Sum of RGB (Red+Green+Blue) = 13+80+17=110 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.82% from 110); Green value is 80 (31.64% from 255 or 72.73% from 110); Blue value is 17 (7.03% from 255 or 15.45% from 110); Max value from RGB is 80 - color contains mainly: green. Hex color #0D5011 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D5011 is #F2AFEE. Grayscale: #343434. Windows color (decimal): -15904751 or 1134605. OLE color: 1134605.

HSL color Cylindrical-coordinate representation of color #0D5011: hue angle of 123.58º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D5011 is Cyan = 0.84, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.69.

Color convert

RGB138017-
CMYK0.8400.790.69
HSL123.58º72.04%18.24%-
HSV(B)123.58º83.75%31.37%-
XYZ3.145.861.5-
YUV52.78107.899.62-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 11.82%
GREEN value IS 80 (31.64% from 255) = 72.73%
BLUE value IS 17 (7.03% from 255) = 15.45%
R=11.82%
G=72.73%
B=15.45%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1380170.8400.790.69123.5872.0418.24
HexD50115404F457c4812
Octal1512021124011710517411022
Binary110110100001000110101000100111110001011111100100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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