Shades of Myrtle #195221
Tints of Myrtle #195221
RGB
CMYK
RGB Variations
Color information
#195221 (or 0x195221) is known color: Myrtle. HEX triplet: 19, 52 and 21. RGB value is (25,82,33). Sum of RGB (Red+Green+Blue) = 25+82+33=140 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.86% from 140); Green value is 82 (32.42% from 255 or 58.57% from 140); Blue value is 33 (13.28% from 255 or 23.57% from 140); Max value from RGB is 82 - color contains mainly: green. Hex color #195221 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195221 is #E6ADDE. Grayscale: #3B3B3B. Windows color (decimal): -15117791 or 2183705. OLE color: 2183705.
HSL color Cylindrical-coordinate representation of color #195221: hue angle of 128.42º 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 #195221 is Cyan = 0.70, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 25 | 82 | 33 | - |
| CMYK | 0.70 | 0 | 0.60 | 0.68 |
| HSL | 128.42º | 0.53% | 0.21% | - |
| HSV(B) | 128.42º | 0.7% | 0.32% | - |
| XYZ | 3.69 | 6.35 | 2.47 | - |
| YUV | 59.37 | 113.12 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 82 | 33 | 0.70 | 0 | 0.60 | 0.68 | 128.42 | 0.53 | 0.21 |
| Hex | 19 | 52 | 21 | 46 | 0 | 3C | 44 | 80 | 35 | 15 |
| Octal | 31 | 122 | 41 | 106 | 0 | 74 | 104 | 200 | 65 | 25 |
| Binary | 11001 | 1010010 | 100001 | 1000110 | 0 | 111100 | 1000100 | 10000000 | 110101 | 10101 |
Color Harmonies of #195221
Complementary color
Monochromatic Colors of #195221
Black with #195221
Text Example
Text Example
White with #195221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195221; }
p { color: rgb(25,82,33); }
H1.HeaderClassName
{
color: #195221;
}
.AnyTagClassName
{
color: #195221;
}
</style>
background-color css
<style>
a { background-color: #195221; }
a { background-color: rgb(25,82,33); }
div.DivClassName
{
background-color: #195221;
}
.BgClassName
{
background-color: #195221;
}
</style>
border-color css
<style>
span { border-color: #195221; }
span { border-color: rgb(25,82,33); }
td.TdClassName
{
border-color: #195221;
}
.TagClassName
{
border-color: #195221;
}
</style>