#0D5702

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

Shades of Myrtle #0D5702

Tints of Myrtle #0D5702

Color information

#0D5702 (or 0x0D5702) is unknown color: approx Myrtle. HEX triplet: 0D, 57 and 02. RGB value is (13,87,2). Sum of RGB (Red+Green+Blue) = 13+87+2=102 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.75% from 102); Green value is 87 (34.38% from 255 or 85.29% from 102); Blue value is 2 (1.17% from 255 or 1.96% from 102); Max value from RGB is 87 - color contains mainly: green. Hex color #0D5702 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D5702 is #F2A8FD. Grayscale: #373737. Windows color (decimal): -15902974 or 153357. OLE color: 153357.

HSL color Cylindrical-coordinate representation of color #0D5702: hue angle of 112.24º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0D5702 is Cyan = 0.85, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.66.

Color convert

RGB13872-
CMYK0.8500.980.66
HSL112.24º95.51%17.45%-
HSV(B)112.24º97.7%34.12%-
XYZ3.596.911.2-
YUV55.1897.9897.91-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 12.75%
GREEN value IS 87 (34.38% from 255) = 85.29%
BLUE value IS 2 (1.17% from 255) = 1.96%
R=12.75%
G=85.29%
B=1.96%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal138720.8500.980.66112.2495.5117.45
HexD5725506242706011
Octal151272125014210216014021
Binary110110101111010101010110001010000101110000110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,87,2); }

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

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

 a { background-color: rgb(13,87,2); }

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

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

 span { border-color: rgb(13,87,2); }

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