Shades of County Green #195337
Tints of County Green #195337
RGB
CMYK
RGB Variations
Color information
#195337 (or 0x195337) is known color: County Green. HEX triplet: 19, 53 and 37. RGB value is (25,83,55). Sum of RGB (Red+Green+Blue) = 25+83+55=163 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.34% from 163); Green value is 83 (32.81% from 255 or 50.92% from 163); Blue value is 55 (21.88% from 255 or 33.74% from 163); Max value from RGB is 83 - color contains mainly: green. Hex color #195337 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195337 is #E6ACC8. Grayscale: #3E3E3E. Windows color (decimal): -15117513 or 3625753. OLE color: 3625753.
HSL color Cylindrical-coordinate representation of color #195337: hue angle of 151.03º 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 #195337 is Cyan = 0.70, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 25 | 83 | 55 | - |
| CMYK | 0.70 | 0 | 0.34 | 0.67 |
| HSL | 151.03º | 0.54% | 0.21% | - |
| HSV(B) | 151.03º | 0.7% | 0.33% | - |
| XYZ | 4.18 | 6.67 | 4.68 | - |
| YUV | 62.47 | 123.78 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 83 | 55 | 0.70 | 0 | 0.34 | 0.67 | 151.03 | 0.54 | 0.21 |
| Hex | 19 | 53 | 37 | 46 | 0 | 22 | 43 | 97 | 36 | 15 |
| Octal | 31 | 123 | 67 | 106 | 0 | 42 | 103 | 227 | 66 | 25 |
| Binary | 11001 | 1010011 | 110111 | 1000110 | 0 | 100010 | 1000011 | 10010111 | 110110 | 10101 |
Color Harmonies of #195337
Complementary color
Monochromatic Colors of #195337
Black with #195337
Text Example
Text Example
White with #195337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195337; }
p { color: rgb(25,83,55); }
H1.HeaderClassName
{
color: #195337;
}
.AnyTagClassName
{
color: #195337;
}
</style>
background-color css
<style>
a { background-color: #195337; }
a { background-color: rgb(25,83,55); }
div.DivClassName
{
background-color: #195337;
}
.BgClassName
{
background-color: #195337;
}
</style>
border-color css
<style>
span { border-color: #195337; }
span { border-color: rgb(25,83,55); }
td.TdClassName
{
border-color: #195337;
}
.TagClassName
{
border-color: #195337;
}
</style>