Shades of Myrtle #195022
Tints of Myrtle #195022
RGB
CMYK
RGB Variations
Color information
#195022 (or 0x195022) is known color: Myrtle. HEX triplet: 19, 50 and 22. RGB value is (25,80,34). Sum of RGB (Red+Green+Blue) = 25+80+34=139 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.99% from 139); Green value is 80 (31.64% from 255 or 57.55% from 139); Blue value is 34 (13.67% from 255 or 24.46% from 139); Max value from RGB is 80 - color contains mainly: green. Hex color #195022 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195022 is #E6AFDD. Grayscale: #3A3A3A. Windows color (decimal): -15118302 or 2248729. OLE color: 2248729.
HSL color Cylindrical-coordinate representation of color #195022: hue angle of 129.82º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #195022 is Cyan = 0.69, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 25 | 80 | 34 | - |
| CMYK | 0.69 | 0 | 0.58 | 0.69 |
| HSL | 129.82º | 0.52% | 0.21% | - |
| HSV(B) | 129.82º | 0.69% | 0.31% | - |
| XYZ | 3.56 | 6.06 | 2.5 | - |
| YUV | 58.31 | 114.28 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 80 | 34 | 0.69 | 0 | 0.58 | 0.69 | 129.82 | 0.52 | 0.21 |
| Hex | 19 | 50 | 22 | 45 | 0 | 3A | 45 | 82 | 34 | 15 |
| Octal | 31 | 120 | 42 | 105 | 0 | 72 | 105 | 202 | 64 | 25 |
| Binary | 11001 | 1010000 | 100010 | 1000101 | 0 | 111010 | 1000101 | 10000010 | 110100 | 10101 |
Color Harmonies of #195022
Complementary color
Monochromatic Colors of #195022
Black with #195022
Text Example
Text Example
White with #195022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195022; }
p { color: rgb(25,80,34); }
H1.HeaderClassName
{
color: #195022;
}
.AnyTagClassName
{
color: #195022;
}
</style>
background-color css
<style>
a { background-color: #195022; }
a { background-color: rgb(25,80,34); }
div.DivClassName
{
background-color: #195022;
}
.BgClassName
{
background-color: #195022;
}
</style>
border-color css
<style>
span { border-color: #195022; }
span { border-color: rgb(25,80,34); }
td.TdClassName
{
border-color: #195022;
}
.TagClassName
{
border-color: #195022;
}
</style>