Shades of Myrtle #19521F
Tints of Myrtle #19521F
RGB
CMYK
RGB Variations
Color information
#19521F (or 0x19521F) is known color: Myrtle. HEX triplet: 19, 52 and 1F. RGB value is (25,82,31). Sum of RGB (Red+Green+Blue) = 25+82+31=138 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.12% from 138); Green value is 82 (32.42% from 255 or 59.42% from 138); Blue value is 31 (12.5% from 255 or 22.46% from 138); Max value from RGB is 82 - color contains mainly: green. Hex color #19521F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19521F is #E6ADE0. Grayscale: #3B3B3B. Windows color (decimal): -15117793 or 2052633. OLE color: 2052633.
HSL color Cylindrical-coordinate representation of color #19521F: hue angle of 126.32º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #19521F is Cyan = 0.70, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 25 | 82 | 31 | - |
| CMYK | 0.70 | 0 | 0.62 | 0.68 |
| HSL | 126.32º | 0.53% | 0.21% | - |
| HSV(B) | 126.32º | 0.7% | 0.32% | - |
| XYZ | 3.67 | 6.34 | 2.33 | - |
| YUV | 59.14 | 112.12 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 82 | 31 | 0.70 | 0 | 0.62 | 0.68 | 126.32 | 0.53 | 0.21 |
| Hex | 19 | 52 | 1F | 46 | 0 | 3E | 44 | 7E | 35 | 15 |
| Octal | 31 | 122 | 37 | 106 | 0 | 76 | 104 | 176 | 65 | 25 |
| Binary | 11001 | 1010010 | 11111 | 1000110 | 0 | 111110 | 1000100 | 1111110 | 110101 | 10101 |
Color Harmonies of #19521F
Complementary color
Monochromatic Colors of #19521F
Black with #19521F
Text Example
Text Example
White with #19521F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19521F; }
p { color: rgb(25,82,31); }
H1.HeaderClassName
{
color: #19521F;
}
.AnyTagClassName
{
color: #19521F;
}
</style>
background-color css
<style>
a { background-color: #19521F; }
a { background-color: rgb(25,82,31); }
div.DivClassName
{
background-color: #19521F;
}
.BgClassName
{
background-color: #19521F;
}
</style>
border-color css
<style>
span { border-color: #19521F; }
span { border-color: rgb(25,82,31); }
td.TdClassName
{
border-color: #19521F;
}
.TagClassName
{
border-color: #19521F;
}
</style>