Shades of County Green #194E34
Tints of County Green #194E34
RGB
CMYK
RGB Variations
Color information
#194E34 (or 0x194E34) is known color: County Green. HEX triplet: 19, 4E and 34. RGB value is (25,78,52). Sum of RGB (Red+Green+Blue) = 25+78+52=155 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.13% from 155); Green value is 78 (30.86% from 255 or 50.32% from 155); Blue value is 52 (20.70% from 255 or 33.55% from 155); Max value from RGB is 78 - color contains mainly: green. Hex color #194E34 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #194E34 is #E6B1CB. Grayscale: #3B3B3B. Windows color (decimal): -15118796 or 3427865. OLE color: 3427865.
HSL color Cylindrical-coordinate representation of color #194E34: hue angle of 150.57º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #194E34 is Cyan = 0.68, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 25 | 78 | 52 | - |
| CMYK | 0.68 | 0 | 0.33 | 0.69 |
| HSL | 150.57º | 0.51% | 0.2% | - |
| HSV(B) | 150.57º | 0.68% | 0.31% | - |
| XYZ | 3.75 | 5.9 | 4.19 | - |
| YUV | 59.19 | 123.94 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 78 | 52 | 0.68 | 0 | 0.33 | 0.69 | 150.57 | 0.51 | 0.2 |
| Hex | 19 | 4E | 34 | 44 | 0 | 21 | 45 | 97 | 33 | 14 |
| Octal | 31 | 116 | 64 | 104 | 0 | 41 | 105 | 227 | 63 | 24 |
| Binary | 11001 | 1001110 | 110100 | 1000100 | 0 | 100001 | 1000101 | 10010111 | 110011 | 10100 |
Color Harmonies of #194E34
Complementary color
Monochromatic Colors of #194E34
Black with #194E34
Text Example
Text Example
White with #194E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194E34; }
p { color: rgb(25,78,52); }
H1.HeaderClassName
{
color: #194E34;
}
.AnyTagClassName
{
color: #194E34;
}
</style>
background-color css
<style>
a { background-color: #194E34; }
a { background-color: rgb(25,78,52); }
div.DivClassName
{
background-color: #194E34;
}
.BgClassName
{
background-color: #194E34;
}
</style>
border-color css
<style>
span { border-color: #194E34; }
span { border-color: rgb(25,78,52); }
td.TdClassName
{
border-color: #194E34;
}
.TagClassName
{
border-color: #194E34;
}
</style>