Shades of County Green #194A33
Tints of County Green #194A33
RGB
CMYK
RGB Variations
Color information
#194A33 (or 0x194A33) is known color: County Green. HEX triplet: 19, 4A and 33. RGB value is (25,74,51). Sum of RGB (Red+Green+Blue) = 25+74+51=150 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.67% from 150); Green value is 74 (29.30% from 255 or 49.33% from 150); Blue value is 51 (20.31% from 255 or 34% from 150); Max value from RGB is 74 - color contains mainly: green. Hex color #194A33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194A33 is #E6B5CC. Grayscale: #383838. Windows color (decimal): -15119821 or 3361305. OLE color: 3361305.
HSL color Cylindrical-coordinate representation of color #194A33: hue angle of 151.84º 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 #194A33 is Cyan = 0.66, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 74 | 51 | - |
| CMYK | 0.66 | 0 | 0.31 | 0.71 |
| HSL | 151.84º | 0.49% | 0.19% | - |
| HSV(B) | 151.84º | 0.66% | 0.29% | - |
| XYZ | 3.45 | 5.34 | 3.98 | - |
| YUV | 56.73 | 124.77 | 105.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 74 | 51 | 0.66 | 0 | 0.31 | 0.71 | 151.84 | 0.49 | 0.19 |
| Hex | 19 | 4A | 33 | 42 | 0 | 1F | 47 | 98 | 31 | 13 |
| Octal | 31 | 112 | 63 | 102 | 0 | 37 | 107 | 230 | 61 | 23 |
| Binary | 11001 | 1001010 | 110011 | 1000010 | 0 | 11111 | 1000111 | 10011000 | 110001 | 10011 |
Color Harmonies of #194A33
Complementary color
Monochromatic Colors of #194A33
Black with #194A33
Text Example
Text Example
White with #194A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194A33; }
p { color: rgb(25,74,51); }
H1.HeaderClassName
{
color: #194A33;
}
.AnyTagClassName
{
color: #194A33;
}
</style>
background-color css
<style>
a { background-color: #194A33; }
a { background-color: rgb(25,74,51); }
div.DivClassName
{
background-color: #194A33;
}
.BgClassName
{
background-color: #194A33;
}
</style>
border-color css
<style>
span { border-color: #194A33; }
span { border-color: rgb(25,74,51); }
td.TdClassName
{
border-color: #194A33;
}
.TagClassName
{
border-color: #194A33;
}
</style>