Shades of County Green #194F36
Tints of County Green #194F36
RGB
CMYK
RGB Variations
Color information
#194F36 (or 0x194F36) is known color: County Green. HEX triplet: 19, 4F and 36. RGB value is (25,79,54). Sum of RGB (Red+Green+Blue) = 25+79+54=158 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.82% from 158); Green value is 79 (31.25% from 255 or 50% from 158); Blue value is 54 (21.48% from 255 or 34.18% from 158); Max value from RGB is 79 - color contains mainly: green. Hex color #194F36 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #194F36 is #E6B0C9. Grayscale: #3C3C3C. Windows color (decimal): -15118538 or 3559193. OLE color: 3559193.
HSL color Cylindrical-coordinate representation of color #194F36: hue angle of 152.22º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #194F36 is Cyan = 0.68, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 25 | 79 | 54 | - |
| CMYK | 0.68 | 0 | 0.32 | 0.69 |
| HSL | 152.22º | 0.52% | 0.2% | - |
| HSV(B) | 152.22º | 0.68% | 0.31% | - |
| XYZ | 3.86 | 6.06 | 4.46 | - |
| YUV | 60 | 124.61 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 79 | 54 | 0.68 | 0 | 0.32 | 0.69 | 152.22 | 0.52 | 0.2 |
| Hex | 19 | 4F | 36 | 44 | 0 | 20 | 45 | 98 | 34 | 14 |
| Octal | 31 | 117 | 66 | 104 | 0 | 40 | 105 | 230 | 64 | 24 |
| Binary | 11001 | 1001111 | 110110 | 1000100 | 0 | 100000 | 1000101 | 10011000 | 110100 | 10100 |
Color Harmonies of #194F36
Complementary color
Monochromatic Colors of #194F36
Black with #194F36
Text Example
Text Example
White with #194F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194F36; }
p { color: rgb(25,79,54); }
H1.HeaderClassName
{
color: #194F36;
}
.AnyTagClassName
{
color: #194F36;
}
</style>
background-color css
<style>
a { background-color: #194F36; }
a { background-color: rgb(25,79,54); }
div.DivClassName
{
background-color: #194F36;
}
.BgClassName
{
background-color: #194F36;
}
</style>
border-color css
<style>
span { border-color: #194F36; }
span { border-color: rgb(25,79,54); }
td.TdClassName
{
border-color: #194F36;
}
.TagClassName
{
border-color: #194F36;
}
</style>