Shades of County Green #195032
Tints of County Green #195032
RGB
CMYK
RGB Variations
Color information
#195032 (or 0x195032) is known color: County Green. HEX triplet: 19, 50 and 32. RGB value is (25,80,50). Sum of RGB (Red+Green+Blue) = 25+80+50=155 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.13% from 155); Green value is 80 (31.64% from 255 or 51.61% from 155); Blue value is 50 (19.92% from 255 or 32.26% from 155); Max value from RGB is 80 - color contains mainly: green. Hex color #195032 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195032 is #E6AFCD. Grayscale: #3C3C3C. Windows color (decimal): -15118286 or 3297305. OLE color: 3297305.
HSL color Cylindrical-coordinate representation of color #195032: hue angle of 147.27º 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 #195032 is Cyan = 0.69, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 25 | 80 | 50 | - |
| CMYK | 0.69 | 0 | 0.37 | 0.69 |
| HSL | 147.27º | 0.52% | 0.21% | - |
| HSV(B) | 147.27º | 0.69% | 0.31% | - |
| XYZ | 3.85 | 6.17 | 4.01 | - |
| YUV | 60.14 | 122.28 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 80 | 50 | 0.69 | 0 | 0.37 | 0.69 | 147.27 | 0.52 | 0.21 |
| Hex | 19 | 50 | 32 | 45 | 0 | 25 | 45 | 93 | 34 | 15 |
| Octal | 31 | 120 | 62 | 105 | 0 | 45 | 105 | 223 | 64 | 25 |
| Binary | 11001 | 1010000 | 110010 | 1000101 | 0 | 100101 | 1000101 | 10010011 | 110100 | 10101 |
Color Harmonies of #195032
Complementary color
Monochromatic Colors of #195032
Black with #195032
Text Example
Text Example
White with #195032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195032; }
p { color: rgb(25,80,50); }
H1.HeaderClassName
{
color: #195032;
}
.AnyTagClassName
{
color: #195032;
}
</style>
background-color css
<style>
a { background-color: #195032; }
a { background-color: rgb(25,80,50); }
div.DivClassName
{
background-color: #195032;
}
.BgClassName
{
background-color: #195032;
}
</style>
border-color css
<style>
span { border-color: #195032; }
span { border-color: rgb(25,80,50); }
td.TdClassName
{
border-color: #195032;
}
.TagClassName
{
border-color: #195032;
}
</style>