Shades of Myrtle #195320
Tints of Myrtle #195320
RGB
CMYK
RGB Variations
Color information
#195320 (or 0x195320) is known color: Myrtle. HEX triplet: 19, 53 and 20. RGB value is (25,83,32). Sum of RGB (Red+Green+Blue) = 25+83+32=140 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.86% from 140); Green value is 83 (32.81% from 255 or 59.29% from 140); Blue value is 32 (12.89% from 255 or 22.86% from 140); Max value from RGB is 83 - color contains mainly: green. Hex color #195320 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195320 is #E6ACDF. Grayscale: #3B3B3B. Windows color (decimal): -15117536 or 2118425. OLE color: 2118425.
HSL color Cylindrical-coordinate representation of color #195320: hue angle of 127.24º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #195320 is Cyan = 0.70, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 25 | 83 | 32 | - |
| CMYK | 0.70 | 0 | 0.61 | 0.67 |
| HSL | 127.24º | 0.54% | 0.21% | - |
| HSV(B) | 127.24º | 0.7% | 0.33% | - |
| XYZ | 3.75 | 6.5 | 2.42 | - |
| YUV | 59.84 | 112.28 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 83 | 32 | 0.70 | 0 | 0.61 | 0.67 | 127.24 | 0.54 | 0.21 |
| Hex | 19 | 53 | 20 | 46 | 0 | 3D | 43 | 7F | 36 | 15 |
| Octal | 31 | 123 | 40 | 106 | 0 | 75 | 103 | 177 | 66 | 25 |
| Binary | 11001 | 1010011 | 100000 | 1000110 | 0 | 111101 | 1000011 | 1111111 | 110110 | 10101 |
Color Harmonies of #195320
Complementary color
Monochromatic Colors of #195320
Black with #195320
Text Example
Text Example
White with #195320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195320; }
p { color: rgb(25,83,32); }
H1.HeaderClassName
{
color: #195320;
}
.AnyTagClassName
{
color: #195320;
}
</style>
background-color css
<style>
a { background-color: #195320; }
a { background-color: rgb(25,83,32); }
div.DivClassName
{
background-color: #195320;
}
.BgClassName
{
background-color: #195320;
}
</style>
border-color css
<style>
span { border-color: #195320; }
span { border-color: rgb(25,83,32); }
td.TdClassName
{
border-color: #195320;
}
.TagClassName
{
border-color: #195320;
}
</style>