Shades of County Green #194A32
Tints of County Green #194A32
RGB
CMYK
RGB Variations
Color information
#194A32 (or 0x194A32) is known color: County Green. HEX triplet: 19, 4A and 32. RGB value is (25,74,50). Sum of RGB (Red+Green+Blue) = 25+74+50=149 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.78% from 149); Green value is 74 (29.30% from 255 or 49.66% from 149); Blue value is 50 (19.92% from 255 or 33.56% from 149); Max value from RGB is 74 - color contains mainly: green. Hex color #194A32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194A32 is #E6B5CD. Grayscale: #383838. Windows color (decimal): -15119822 or 3295769. OLE color: 3295769.
HSL color Cylindrical-coordinate representation of color #194A32: hue angle of 150.61º 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 #194A32 is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 74 | 50 | - |
| CMYK | 0.66 | 0 | 0.32 | 0.71 |
| HSL | 150.61º | 0.49% | 0.19% | - |
| HSV(B) | 150.61º | 0.66% | 0.29% | - |
| XYZ | 3.43 | 5.33 | 3.87 | - |
| YUV | 56.61 | 124.27 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 74 | 50 | 0.66 | 0 | 0.32 | 0.71 | 150.61 | 0.49 | 0.19 |
| Hex | 19 | 4A | 32 | 42 | 0 | 20 | 47 | 97 | 31 | 13 |
| Octal | 31 | 112 | 62 | 102 | 0 | 40 | 107 | 227 | 61 | 23 |
| Binary | 11001 | 1001010 | 110010 | 1000010 | 0 | 100000 | 1000111 | 10010111 | 110001 | 10011 |
Color Harmonies of #194A32
Complementary color
Monochromatic Colors of #194A32
Black with #194A32
Text Example
Text Example
White with #194A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194A32; }
p { color: rgb(25,74,50); }
H1.HeaderClassName
{
color: #194A32;
}
.AnyTagClassName
{
color: #194A32;
}
</style>
background-color css
<style>
a { background-color: #194A32; }
a { background-color: rgb(25,74,50); }
div.DivClassName
{
background-color: #194A32;
}
.BgClassName
{
background-color: #194A32;
}
</style>
border-color css
<style>
span { border-color: #194A32; }
span { border-color: rgb(25,74,50); }
td.TdClassName
{
border-color: #194A32;
}
.TagClassName
{
border-color: #194A32;
}
</style>