Shades of Myrtle #195521
Tints of Myrtle #195521
RGB
CMYK
RGB Variations
Color information
#195521 (or 0x195521) is known color: Myrtle. HEX triplet: 19, 55 and 21. RGB value is (25,85,33). Sum of RGB (Red+Green+Blue) = 25+85+33=143 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.48% from 143); Green value is 85 (33.59% from 255 or 59.44% from 143); Blue value is 33 (13.28% from 255 or 23.08% from 143); Max value from RGB is 85 - color contains mainly: green. Hex color #195521 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195521 is #E6AADE. Grayscale: #3D3D3D. Windows color (decimal): -15117023 or 2184473. OLE color: 2184473.
HSL color Cylindrical-coordinate representation of color #195521: hue angle of 128º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #195521 is Cyan = 0.71, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 25 | 85 | 33 | - |
| CMYK | 0.71 | 0 | 0.61 | 0.67 |
| HSL | 128º | 0.55% | 0.22% | - |
| HSV(B) | 128º | 0.71% | 0.33% | - |
| XYZ | 3.92 | 6.81 | 2.55 | - |
| YUV | 61.13 | 112.12 | 102.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 85 | 33 | 0.71 | 0 | 0.61 | 0.67 | 128 | 0.55 | 0.22 |
| Hex | 19 | 55 | 21 | 47 | 0 | 3D | 43 | 80 | 37 | 16 |
| Octal | 31 | 125 | 41 | 107 | 0 | 75 | 103 | 200 | 67 | 26 |
| Binary | 11001 | 1010101 | 100001 | 1000111 | 0 | 111101 | 1000011 | 10000000 | 110111 | 10110 |
Color Harmonies of #195521
Complementary color
Monochromatic Colors of #195521
Black with #195521
Text Example
Text Example
White with #195521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195521; }
p { color: rgb(25,85,33); }
H1.HeaderClassName
{
color: #195521;
}
.AnyTagClassName
{
color: #195521;
}
</style>
background-color css
<style>
a { background-color: #195521; }
a { background-color: rgb(25,85,33); }
div.DivClassName
{
background-color: #195521;
}
.BgClassName
{
background-color: #195521;
}
</style>
border-color css
<style>
span { border-color: #195521; }
span { border-color: rgb(25,85,33); }
td.TdClassName
{
border-color: #195521;
}
.TagClassName
{
border-color: #195521;
}
</style>