Shades of Myrtle #113602
Tints of Myrtle #113602
RGB
CMYK
RGB Variations
Color information
#113602 (or 0x113602) is known color: Myrtle. HEX triplet: 11, 36 and 02. RGB value is (17,54,2). Sum of RGB (Red+Green+Blue) = 17+54+2=73 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.29% from 73); Green value is 54 (21.48% from 255 or 73.97% from 73); Blue value is 2 (1.17% from 255 or 2.74% from 73); Max value from RGB is 54 - color contains mainly: green. Hex color #113602 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113602 is #EEC9FD. Grayscale: #252525. Windows color (decimal): -15649278 or 144913. OLE color: 144913.
HSL color Cylindrical-coordinate representation of color #113602: hue angle of 102.69º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #113602 is Cyan = 0.69, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 17 | 54 | 2 | - |
| CMYK | 0.69 | 0 | 0.96 | 0.79 |
| HSL | 102.69º | 0.93% | 0.11% | - |
| HSV(B) | 102.69º | 0.96% | 0.21% | - |
| XYZ | 1.56 | 2.76 | 0.51 | - |
| YUV | 37.01 | 108.24 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 54 | 2 | 0.69 | 0 | 0.96 | 0.79 | 102.69 | 0.93 | 0.11 |
| Hex | 11 | 36 | 2 | 45 | 0 | 60 | 4F | 67 | 5D | B |
| Octal | 21 | 66 | 2 | 105 | 0 | 140 | 117 | 147 | 135 | 13 |
| Binary | 10001 | 110110 | 10 | 1000101 | 0 | 1100000 | 1001111 | 1100111 | 1011101 | 1011 |
Color Harmonies of #113602
Complementary color
Monochromatic Colors of #113602
Black with #113602
Text Example
Text Example
White with #113602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113602; }
p { color: rgb(17,54,2); }
H1.HeaderClassName
{
color: #113602;
}
.AnyTagClassName
{
color: #113602;
}
</style>
background-color css
<style>
a { background-color: #113602; }
a { background-color: rgb(17,54,2); }
div.DivClassName
{
background-color: #113602;
}
.BgClassName
{
background-color: #113602;
}
</style>
border-color css
<style>
span { border-color: #113602; }
span { border-color: rgb(17,54,2); }
td.TdClassName
{
border-color: #113602;
}
.TagClassName
{
border-color: #113602;
}
</style>