Shades of Myrtle #19520A
Tints of Myrtle #19520A
RGB
CMYK
RGB Variations
Color information
#19520A (or 0x19520A) is known color: Myrtle. HEX triplet: 19, 52 and 0A. RGB value is (25,82,10). Sum of RGB (Red+Green+Blue) = 25+82+10=117 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.37% from 117); Green value is 82 (32.42% from 255 or 70.09% from 117); Blue value is 10 (4.30% from 255 or 8.55% from 117); Max value from RGB is 82 - color contains mainly: green. Hex color #19520A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #19520A is #E6ADF5. Grayscale: #383838. Windows color (decimal): -15117814 or 676377. OLE color: 676377.
HSL color Cylindrical-coordinate representation of color #19520A: hue angle of 107.5º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19520A is Cyan = 0.70, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 25 | 82 | 10 | - |
| CMYK | 0.70 | 0 | 0.88 | 0.68 |
| HSL | 107.5º | 0.78% | 0.18% | - |
| HSV(B) | 107.5º | 0.88% | 0.32% | - |
| XYZ | 3.47 | 6.26 | 1.31 | - |
| YUV | 56.75 | 101.62 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 82 | 10 | 0.70 | 0 | 0.88 | 0.68 | 107.5 | 0.78 | 0.18 |
| Hex | 19 | 52 | A | 46 | 0 | 58 | 44 | 6C | 4E | 12 |
| Octal | 31 | 122 | 12 | 106 | 0 | 130 | 104 | 154 | 116 | 22 |
| Binary | 11001 | 1010010 | 1010 | 1000110 | 0 | 1011000 | 1000100 | 1101100 | 1001110 | 10010 |
Color Harmonies of #19520A
Complementary color
Monochromatic Colors of #19520A
Black with #19520A
Text Example
Text Example
White with #19520A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19520A; }
p { color: rgb(25,82,10); }
H1.HeaderClassName
{
color: #19520A;
}
.AnyTagClassName
{
color: #19520A;
}
</style>
background-color css
<style>
a { background-color: #19520A; }
a { background-color: rgb(25,82,10); }
div.DivClassName
{
background-color: #19520A;
}
.BgClassName
{
background-color: #19520A;
}
</style>
border-color css
<style>
span { border-color: #19520A; }
span { border-color: rgb(25,82,10); }
td.TdClassName
{
border-color: #19520A;
}
.TagClassName
{
border-color: #19520A;
}
</style>