Shades of County Green #19523C
Tints of County Green #19523C
RGB
CMYK
RGB Variations
Color information
#19523C (or 0x19523C) is known color: County Green. HEX triplet: 19, 52 and 3C. RGB value is (25,82,60). Sum of RGB (Red+Green+Blue) = 25+82+60=167 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.97% from 167); Green value is 82 (32.42% from 255 or 49.10% from 167); Blue value is 60 (23.83% from 255 or 35.93% from 167); Max value from RGB is 82 - color contains mainly: green. Hex color #19523C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19523C is #E6ADC3. Grayscale: #3E3E3E. Windows color (decimal): -15117764 or 3953177. OLE color: 3953177.
HSL color Cylindrical-coordinate representation of color #19523C: hue angle of 156.84º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #19523C is Cyan = 0.70, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 25 | 82 | 60 | - |
| CMYK | 0.70 | 0 | 0.27 | 0.68 |
| HSL | 156.84º | 0.53% | 0.21% | - |
| HSV(B) | 156.84º | 0.7% | 0.32% | - |
| XYZ | 4.23 | 6.57 | 5.32 | - |
| YUV | 62.45 | 126.62 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 82 | 60 | 0.70 | 0 | 0.27 | 0.68 | 156.84 | 0.53 | 0.21 |
| Hex | 19 | 52 | 3C | 46 | 0 | 1B | 44 | 9D | 35 | 15 |
| Octal | 31 | 122 | 74 | 106 | 0 | 33 | 104 | 235 | 65 | 25 |
| Binary | 11001 | 1010010 | 111100 | 1000110 | 0 | 11011 | 1000100 | 10011101 | 110101 | 10101 |
Color Harmonies of #19523C
Complementary color
Monochromatic Colors of #19523C
Black with #19523C
Text Example
Text Example
White with #19523C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19523C; }
p { color: rgb(25,82,60); }
H1.HeaderClassName
{
color: #19523C;
}
.AnyTagClassName
{
color: #19523C;
}
</style>
background-color css
<style>
a { background-color: #19523C; }
a { background-color: rgb(25,82,60); }
div.DivClassName
{
background-color: #19523C;
}
.BgClassName
{
background-color: #19523C;
}
</style>
border-color css
<style>
span { border-color: #19523C; }
span { border-color: rgb(25,82,60); }
td.TdClassName
{
border-color: #19523C;
}
.TagClassName
{
border-color: #19523C;
}
</style>