Shades of Myrtle #17520F
Tints of Myrtle #17520F
RGB
CMYK
RGB Variations
Color information
#17520F (or 0x17520F) is known color: Myrtle. HEX triplet: 17, 52 and 0F. RGB value is (23,82,15). Sum of RGB (Red+Green+Blue) = 23+82+15=120 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.17% from 120); Green value is 82 (32.42% from 255 or 68.33% from 120); Blue value is 15 (6.25% from 255 or 12.5% from 120); Max value from RGB is 82 - color contains mainly: green. Hex color #17520F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #17520F is #E8ADF0. Grayscale: #383838. Windows color (decimal): -15248881 or 1004055. OLE color: 1004055.
HSL color Cylindrical-coordinate representation of color #17520F: hue angle of 112.84º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #17520F is Cyan = 0.72, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 23 | 82 | 15 | - |
| CMYK | 0.72 | 0 | 0.82 | 0.68 |
| HSL | 112.84º | 0.69% | 0.19% | - |
| HSV(B) | 112.84º | 0.82% | 0.32% | - |
| XYZ | 3.46 | 6.25 | 1.48 | - |
| YUV | 56.72 | 104.45 | 103.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 82 | 15 | 0.72 | 0 | 0.82 | 0.68 | 112.84 | 0.69 | 0.19 |
| Hex | 17 | 52 | F | 48 | 0 | 52 | 44 | 71 | 45 | 13 |
| Octal | 27 | 122 | 17 | 110 | 0 | 122 | 104 | 161 | 105 | 23 |
| Binary | 10111 | 1010010 | 1111 | 1001000 | 0 | 1010010 | 1000100 | 1110001 | 1000101 | 10011 |
Color Harmonies of #17520F
Complementary color
Monochromatic Colors of #17520F
Black with #17520F
Text Example
Text Example
White with #17520F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17520F; }
p { color: rgb(23,82,15); }
H1.HeaderClassName
{
color: #17520F;
}
.AnyTagClassName
{
color: #17520F;
}
</style>
background-color css
<style>
a { background-color: #17520F; }
a { background-color: rgb(23,82,15); }
div.DivClassName
{
background-color: #17520F;
}
.BgClassName
{
background-color: #17520F;
}
</style>
border-color css
<style>
span { border-color: #17520F; }
span { border-color: rgb(23,82,15); }
td.TdClassName
{
border-color: #17520F;
}
.TagClassName
{
border-color: #17520F;
}
</style>