Shades of County Green #194D36
Tints of County Green #194D36
RGB
CMYK
RGB Variations
Color information
#194D36 (or 0x194D36) is known color: County Green. HEX triplet: 19, 4D and 36. RGB value is (25,77,54). Sum of RGB (Red+Green+Blue) = 25+77+54=156 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.03% from 156); Green value is 77 (30.47% from 255 or 49.36% from 156); Blue value is 54 (21.48% from 255 or 34.62% from 156); Max value from RGB is 77 - color contains mainly: green. Hex color #194D36 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #194D36 is #E6B2C9. Grayscale: #3A3A3A. Windows color (decimal): -15119050 or 3558681. OLE color: 3558681.
HSL color Cylindrical-coordinate representation of color #194D36: hue angle of 153.46º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #194D36 is Cyan = 0.68, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 25 | 77 | 54 | - |
| CMYK | 0.68 | 0 | 0.30 | 0.70 |
| HSL | 153.46º | 0.51% | 0.2% | - |
| HSV(B) | 153.46º | 0.68% | 0.3% | - |
| XYZ | 3.72 | 5.78 | 4.41 | - |
| YUV | 58.83 | 125.27 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 77 | 54 | 0.68 | 0 | 0.30 | 0.70 | 153.46 | 0.51 | 0.2 |
| Hex | 19 | 4D | 36 | 44 | 0 | 1E | 46 | 99 | 33 | 14 |
| Octal | 31 | 115 | 66 | 104 | 0 | 36 | 106 | 231 | 63 | 24 |
| Binary | 11001 | 1001101 | 110110 | 1000100 | 0 | 11110 | 1000110 | 10011001 | 110011 | 10100 |
Color Harmonies of #194D36
Complementary color
Monochromatic Colors of #194D36
Black with #194D36
Text Example
Text Example
White with #194D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194D36; }
p { color: rgb(25,77,54); }
H1.HeaderClassName
{
color: #194D36;
}
.AnyTagClassName
{
color: #194D36;
}
</style>
background-color css
<style>
a { background-color: #194D36; }
a { background-color: rgb(25,77,54); }
div.DivClassName
{
background-color: #194D36;
}
.BgClassName
{
background-color: #194D36;
}
</style>
border-color css
<style>
span { border-color: #194D36; }
span { border-color: rgb(25,77,54); }
td.TdClassName
{
border-color: #194D36;
}
.TagClassName
{
border-color: #194D36;
}
</style>