Shades of Myrtle #17520B
Tints of Myrtle #17520B
RGB
CMYK
RGB Variations
Color information
#17520B (or 0x17520B) is known color: Myrtle. HEX triplet: 17, 52 and 0B. RGB value is (23,82,11). Sum of RGB (Red+Green+Blue) = 23+82+11=116 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.83% from 116); Green value is 82 (32.42% from 255 or 70.69% from 116); Blue value is 11 (4.69% from 255 or 9.48% from 116); Max value from RGB is 82 - color contains mainly: green. Hex color #17520B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #17520B is #E8ADF4. Grayscale: #383838. Windows color (decimal): -15248885 or 741911. OLE color: 741911.
HSL color Cylindrical-coordinate representation of color #17520B: hue angle of 109.86º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #17520B is Cyan = 0.72, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 23 | 82 | 11 | - |
| CMYK | 0.72 | 0 | 0.87 | 0.68 |
| HSL | 109.86º | 0.76% | 0.18% | - |
| HSV(B) | 109.86º | 0.87% | 0.32% | - |
| XYZ | 3.43 | 6.24 | 1.34 | - |
| YUV | 56.27 | 102.45 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 82 | 11 | 0.72 | 0 | 0.87 | 0.68 | 109.86 | 0.76 | 0.18 |
| Hex | 17 | 52 | B | 48 | 0 | 57 | 44 | 6E | 4C | 12 |
| Octal | 27 | 122 | 13 | 110 | 0 | 127 | 104 | 156 | 114 | 22 |
| Binary | 10111 | 1010010 | 1011 | 1001000 | 0 | 1010111 | 1000100 | 1101110 | 1001100 | 10010 |
Color Harmonies of #17520B
Complementary color
Monochromatic Colors of #17520B
Black with #17520B
Text Example
Text Example
White with #17520B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17520B; }
p { color: rgb(23,82,11); }
H1.HeaderClassName
{
color: #17520B;
}
.AnyTagClassName
{
color: #17520B;
}
</style>
background-color css
<style>
a { background-color: #17520B; }
a { background-color: rgb(23,82,11); }
div.DivClassName
{
background-color: #17520B;
}
.BgClassName
{
background-color: #17520B;
}
</style>
border-color css
<style>
span { border-color: #17520B; }
span { border-color: rgb(23,82,11); }
td.TdClassName
{
border-color: #17520B;
}
.TagClassName
{
border-color: #17520B;
}
</style>