Shades of County Green #195133
Tints of County Green #195133
RGB
CMYK
RGB Variations
Color information
#195133 (or 0x195133) is known color: County Green. HEX triplet: 19, 51 and 33. RGB value is (25,81,51). Sum of RGB (Red+Green+Blue) = 25+81+51=157 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.92% from 157); Green value is 81 (32.03% from 255 or 51.59% from 157); Blue value is 51 (20.31% from 255 or 32.48% from 157); Max value from RGB is 81 - color contains mainly: green. Hex color #195133 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195133 is #E6AECC. Grayscale: #3C3C3C. Windows color (decimal): -15118029 or 3363097. OLE color: 3363097.
HSL color Cylindrical-coordinate representation of color #195133: hue angle of 147.86º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #195133 is Cyan = 0.69, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 25 | 81 | 51 | - |
| CMYK | 0.69 | 0 | 0.37 | 0.68 |
| HSL | 147.86º | 0.53% | 0.21% | - |
| HSV(B) | 147.86º | 0.69% | 0.32% | - |
| XYZ | 3.94 | 6.33 | 4.15 | - |
| YUV | 60.84 | 122.45 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 81 | 51 | 0.69 | 0 | 0.37 | 0.68 | 147.86 | 0.53 | 0.21 |
| Hex | 19 | 51 | 33 | 45 | 0 | 25 | 44 | 94 | 35 | 15 |
| Octal | 31 | 121 | 63 | 105 | 0 | 45 | 104 | 224 | 65 | 25 |
| Binary | 11001 | 1010001 | 110011 | 1000101 | 0 | 100101 | 1000100 | 10010100 | 110101 | 10101 |
Color Harmonies of #195133
Complementary color
Monochromatic Colors of #195133
Black with #195133
Text Example
Text Example
White with #195133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195133; }
p { color: rgb(25,81,51); }
H1.HeaderClassName
{
color: #195133;
}
.AnyTagClassName
{
color: #195133;
}
</style>
background-color css
<style>
a { background-color: #195133; }
a { background-color: rgb(25,81,51); }
div.DivClassName
{
background-color: #195133;
}
.BgClassName
{
background-color: #195133;
}
</style>
border-color css
<style>
span { border-color: #195133; }
span { border-color: rgb(25,81,51); }
td.TdClassName
{
border-color: #195133;
}
.TagClassName
{
border-color: #195133;
}
</style>