Shades of County Green #194C34
Tints of County Green #194C34
RGB
CMYK
RGB Variations
Color information
#194C34 (or 0x194C34) is known color: County Green. HEX triplet: 19, 4C and 34. RGB value is (25,76,52). Sum of RGB (Red+Green+Blue) = 25+76+52=153 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.34% from 153); Green value is 76 (30.08% from 255 or 49.67% from 153); Blue value is 52 (20.70% from 255 or 33.99% from 153); Max value from RGB is 76 - color contains mainly: green. Hex color #194C34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194C34 is #E6B3CB. Grayscale: #3A3A3A. Windows color (decimal): -15119308 or 3427353. OLE color: 3427353.
HSL color Cylindrical-coordinate representation of color #194C34: hue angle of 151.76º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #194C34 is Cyan = 0.67, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 25 | 76 | 52 | - |
| CMYK | 0.67 | 0 | 0.32 | 0.70 |
| HSL | 151.76º | 0.5% | 0.2% | - |
| HSV(B) | 151.76º | 0.67% | 0.3% | - |
| XYZ | 3.61 | 5.62 | 4.14 | - |
| YUV | 58.02 | 124.6 | 104.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 76 | 52 | 0.67 | 0 | 0.32 | 0.70 | 151.76 | 0.5 | 0.2 |
| Hex | 19 | 4C | 34 | 43 | 0 | 20 | 46 | 98 | 32 | 14 |
| Octal | 31 | 114 | 64 | 103 | 0 | 40 | 106 | 230 | 62 | 24 |
| Binary | 11001 | 1001100 | 110100 | 1000011 | 0 | 100000 | 1000110 | 10011000 | 110010 | 10100 |
Color Harmonies of #194C34
Complementary color
Monochromatic Colors of #194C34
Black with #194C34
Text Example
Text Example
White with #194C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194C34; }
p { color: rgb(25,76,52); }
H1.HeaderClassName
{
color: #194C34;
}
.AnyTagClassName
{
color: #194C34;
}
</style>
background-color css
<style>
a { background-color: #194C34; }
a { background-color: rgb(25,76,52); }
div.DivClassName
{
background-color: #194C34;
}
.BgClassName
{
background-color: #194C34;
}
</style>
border-color css
<style>
span { border-color: #194C34; }
span { border-color: rgb(25,76,52); }
td.TdClassName
{
border-color: #194C34;
}
.TagClassName
{
border-color: #194C34;
}
</style>