Shades of County Green #194932
Tints of County Green #194932
RGB
CMYK
RGB Variations
Color information
#194932 (or 0x194932) is known color: County Green. HEX triplet: 19, 49 and 32. RGB value is (25,73,50). Sum of RGB (Red+Green+Blue) = 25+73+50=148 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.89% from 148); Green value is 73 (28.91% from 255 or 49.32% from 148); Blue value is 50 (19.92% from 255 or 33.78% from 148); Max value from RGB is 73 - color contains mainly: green. Hex color #194932 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194932 is #E6B6CD. Grayscale: #383838. Windows color (decimal): -15120078 or 3295513. OLE color: 3295513.
HSL color Cylindrical-coordinate representation of color #194932: hue angle of 151.25º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #194932 is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 73 | 50 | - |
| CMYK | 0.66 | 0 | 0.32 | 0.71 |
| HSL | 151.25º | 0.49% | 0.19% | - |
| HSV(B) | 151.25º | 0.66% | 0.29% | - |
| XYZ | 3.36 | 5.2 | 3.84 | - |
| YUV | 56.03 | 124.6 | 105.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 73 | 50 | 0.66 | 0 | 0.32 | 0.71 | 151.25 | 0.49 | 0.19 |
| Hex | 19 | 49 | 32 | 42 | 0 | 20 | 47 | 97 | 31 | 13 |
| Octal | 31 | 111 | 62 | 102 | 0 | 40 | 107 | 227 | 61 | 23 |
| Binary | 11001 | 1001001 | 110010 | 1000010 | 0 | 100000 | 1000111 | 10010111 | 110001 | 10011 |
Color Harmonies of #194932
Complementary color
Monochromatic Colors of #194932
Black with #194932
Text Example
Text Example
White with #194932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194932; }
p { color: rgb(25,73,50); }
H1.HeaderClassName
{
color: #194932;
}
.AnyTagClassName
{
color: #194932;
}
</style>
background-color css
<style>
a { background-color: #194932; }
a { background-color: rgb(25,73,50); }
div.DivClassName
{
background-color: #194932;
}
.BgClassName
{
background-color: #194932;
}
</style>
border-color css
<style>
span { border-color: #194932; }
span { border-color: rgb(25,73,50); }
td.TdClassName
{
border-color: #194932;
}
.TagClassName
{
border-color: #194932;
}
</style>