Shades of County Green #194833
Tints of County Green #194833
RGB
CMYK
RGB Variations
Color information
#194833 (or 0x194833) is known color: County Green. HEX triplet: 19, 48 and 33. RGB value is (25,72,51). Sum of RGB (Red+Green+Blue) = 25+72+51=148 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.89% from 148); Green value is 72 (28.52% from 255 or 48.65% from 148); Blue value is 51 (20.31% from 255 or 34.46% from 148); Max value from RGB is 72 - color contains mainly: green. Hex color #194833 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194833 is #E6B7CC. Grayscale: #373737. Windows color (decimal): -15120333 or 3360793. OLE color: 3360793.
HSL color Cylindrical-coordinate representation of color #194833: hue angle of 153.19º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #194833 is Cyan = 0.65, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 25 | 72 | 51 | - |
| CMYK | 0.65 | 0 | 0.29 | 0.72 |
| HSL | 153.19º | 0.48% | 0.19% | - |
| HSV(B) | 153.19º | 0.65% | 0.28% | - |
| XYZ | 3.32 | 5.08 | 3.94 | - |
| YUV | 55.55 | 125.43 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 72 | 51 | 0.65 | 0 | 0.29 | 0.72 | 153.19 | 0.48 | 0.19 |
| Hex | 19 | 48 | 33 | 41 | 0 | 1D | 48 | 99 | 30 | 13 |
| Octal | 31 | 110 | 63 | 101 | 0 | 35 | 110 | 231 | 60 | 23 |
| Binary | 11001 | 1001000 | 110011 | 1000001 | 0 | 11101 | 1001000 | 10011001 | 110000 | 10011 |
Color Harmonies of #194833
Complementary color
Monochromatic Colors of #194833
Black with #194833
Text Example
Text Example
White with #194833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194833; }
p { color: rgb(25,72,51); }
H1.HeaderClassName
{
color: #194833;
}
.AnyTagClassName
{
color: #194833;
}
</style>
background-color css
<style>
a { background-color: #194833; }
a { background-color: rgb(25,72,51); }
div.DivClassName
{
background-color: #194833;
}
.BgClassName
{
background-color: #194833;
}
</style>
border-color css
<style>
span { border-color: #194833; }
span { border-color: rgb(25,72,51); }
td.TdClassName
{
border-color: #194833;
}
.TagClassName
{
border-color: #194833;
}
</style>