Shades of Myrtle #115308
Tints of Myrtle #115308
RGB
CMYK
RGB Variations
Color information
#115308 (or 0x115308) is known color: Myrtle. HEX triplet: 11, 53 and 08. RGB value is (17,83,8). Sum of RGB (Red+Green+Blue) = 17+83+8=108 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.74% from 108); Green value is 83 (32.81% from 255 or 76.85% from 108); Blue value is 8 (3.52% from 255 or 7.41% from 108); Max value from RGB is 83 - color contains mainly: green. Hex color #115308 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115308 is #EEACF7. Grayscale: #363636. Windows color (decimal): -15641848 or 545553. OLE color: 545553.
HSL color Cylindrical-coordinate representation of color #115308: hue angle of 112.8º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #115308 is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 83 | 8 | - |
| CMYK | 0.80 | 0 | 0.90 | 0.67 |
| HSL | 112.8º | 0.82% | 0.18% | - |
| HSV(B) | 112.8º | 0.9% | 0.33% | - |
| XYZ | 3.37 | 6.32 | 1.27 | - |
| YUV | 54.72 | 101.63 | 101.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 83 | 8 | 0.80 | 0 | 0.90 | 0.67 | 112.8 | 0.82 | 0.18 |
| Hex | 11 | 53 | 8 | 50 | 0 | 5A | 43 | 71 | 52 | 12 |
| Octal | 21 | 123 | 10 | 120 | 0 | 132 | 103 | 161 | 122 | 22 |
| Binary | 10001 | 1010011 | 1000 | 1010000 | 0 | 1011010 | 1000011 | 1110001 | 1010010 | 10010 |
Color Harmonies of #115308
Complementary color
Monochromatic Colors of #115308
Black with #115308
Text Example
Text Example
White with #115308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115308; }
p { color: rgb(17,83,8); }
H1.HeaderClassName
{
color: #115308;
}
.AnyTagClassName
{
color: #115308;
}
</style>
background-color css
<style>
a { background-color: #115308; }
a { background-color: rgb(17,83,8); }
div.DivClassName
{
background-color: #115308;
}
.BgClassName
{
background-color: #115308;
}
</style>
border-color css
<style>
span { border-color: #115308; }
span { border-color: rgb(17,83,8); }
td.TdClassName
{
border-color: #115308;
}
.TagClassName
{
border-color: #115308;
}
</style>