Shades of County Green #194D33
Tints of County Green #194D33
RGB
CMYK
RGB Variations
Color information
#194D33 (or 0x194D33) is known color: County Green. HEX triplet: 19, 4D and 33. RGB value is (25,77,51). Sum of RGB (Red+Green+Blue) = 25+77+51=153 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.34% from 153); Green value is 77 (30.47% from 255 or 50.33% from 153); Blue value is 51 (20.31% from 255 or 33.33% from 153); Max value from RGB is 77 - color contains mainly: green. Hex color #194D33 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #194D33 is #E6B2CC. Grayscale: #3A3A3A. Windows color (decimal): -15119053 or 3362073. OLE color: 3362073.
HSL color Cylindrical-coordinate representation of color #194D33: hue angle of 150º 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 #194D33 is Cyan = 0.68, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 25 | 77 | 51 | - |
| CMYK | 0.68 | 0 | 0.34 | 0.70 |
| HSL | 150º | 0.51% | 0.2% | - |
| HSV(B) | 150º | 0.68% | 0.3% | - |
| XYZ | 3.65 | 5.75 | 4.05 | - |
| YUV | 58.49 | 123.77 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 77 | 51 | 0.68 | 0 | 0.34 | 0.70 | 150 | 0.51 | 0.2 |
| Hex | 19 | 4D | 33 | 44 | 0 | 22 | 46 | 96 | 33 | 14 |
| Octal | 31 | 115 | 63 | 104 | 0 | 42 | 106 | 226 | 63 | 24 |
| Binary | 11001 | 1001101 | 110011 | 1000100 | 0 | 100010 | 1000110 | 10010110 | 110011 | 10100 |
Color Harmonies of #194D33
Complementary color
Monochromatic Colors of #194D33
Black with #194D33
Text Example
Text Example
White with #194D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194D33; }
p { color: rgb(25,77,51); }
H1.HeaderClassName
{
color: #194D33;
}
.AnyTagClassName
{
color: #194D33;
}
</style>
background-color css
<style>
a { background-color: #194D33; }
a { background-color: rgb(25,77,51); }
div.DivClassName
{
background-color: #194D33;
}
.BgClassName
{
background-color: #194D33;
}
</style>
border-color css
<style>
span { border-color: #194D33; }
span { border-color: rgb(25,77,51); }
td.TdClassName
{
border-color: #194D33;
}
.TagClassName
{
border-color: #194D33;
}
</style>