Shades of County Green #195039
Tints of County Green #195039
RGB
CMYK
RGB Variations
Color information
#195039 (or 0x195039) is known color: County Green. HEX triplet: 19, 50 and 39. RGB value is (25,80,57). Sum of RGB (Red+Green+Blue) = 25+80+57=162 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.43% from 162); Green value is 80 (31.64% from 255 or 49.38% from 162); Blue value is 57 (22.66% from 255 or 35.19% from 162); Max value from RGB is 80 - color contains mainly: green. Hex color #195039 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195039 is #E6AFC6. Grayscale: #3C3C3C. Windows color (decimal): -15118279 or 3756057. OLE color: 3756057.
HSL color Cylindrical-coordinate representation of color #195039: hue angle of 154.91º 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 #195039 is Cyan = 0.69, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 25 | 80 | 57 | - |
| CMYK | 0.69 | 0 | 0.29 | 0.69 |
| HSL | 154.91º | 0.52% | 0.21% | - |
| HSV(B) | 154.91º | 0.69% | 0.31% | - |
| XYZ | 4.01 | 6.24 | 4.86 | - |
| YUV | 60.93 | 125.78 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 80 | 57 | 0.69 | 0 | 0.29 | 0.69 | 154.91 | 0.52 | 0.21 |
| Hex | 19 | 50 | 39 | 45 | 0 | 1D | 45 | 9B | 34 | 15 |
| Octal | 31 | 120 | 71 | 105 | 0 | 35 | 105 | 233 | 64 | 25 |
| Binary | 11001 | 1010000 | 111001 | 1000101 | 0 | 11101 | 1000101 | 10011011 | 110100 | 10101 |
Color Harmonies of #195039
Complementary color
Monochromatic Colors of #195039
Black with #195039
Text Example
Text Example
White with #195039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195039; }
p { color: rgb(25,80,57); }
H1.HeaderClassName
{
color: #195039;
}
.AnyTagClassName
{
color: #195039;
}
</style>
background-color css
<style>
a { background-color: #195039; }
a { background-color: rgb(25,80,57); }
div.DivClassName
{
background-color: #195039;
}
.BgClassName
{
background-color: #195039;
}
</style>
border-color css
<style>
span { border-color: #195039; }
span { border-color: rgb(25,80,57); }
td.TdClassName
{
border-color: #195039;
}
.TagClassName
{
border-color: #195039;
}
</style>