Shades of County Green #19513C
Tints of County Green #19513C
RGB
CMYK
RGB Variations
Color information
#19513C (or 0x19513C) is known color: County Green. HEX triplet: 19, 51 and 3C. RGB value is (25,81,60). Sum of RGB (Red+Green+Blue) = 25+81+60=166 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.06% from 166); Green value is 81 (32.03% from 255 or 48.80% from 166); Blue value is 60 (23.83% from 255 or 36.14% from 166); Max value from RGB is 81 - color contains mainly: green. Hex color #19513C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19513C is #E6AEC3. Grayscale: #3D3D3D. Windows color (decimal): -15118020 or 3952921. OLE color: 3952921.
HSL color Cylindrical-coordinate representation of color #19513C: hue angle of 157.5º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #19513C is Cyan = 0.69, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 25 | 81 | 60 | - |
| CMYK | 0.69 | 0 | 0.26 | 0.68 |
| HSL | 157.5º | 0.53% | 0.21% | - |
| HSV(B) | 157.5º | 0.69% | 0.32% | - |
| XYZ | 4.16 | 6.42 | 5.29 | - |
| YUV | 61.86 | 126.95 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 81 | 60 | 0.69 | 0 | 0.26 | 0.68 | 157.5 | 0.53 | 0.21 |
| Hex | 19 | 51 | 3C | 45 | 0 | 1A | 44 | 9E | 35 | 15 |
| Octal | 31 | 121 | 74 | 105 | 0 | 32 | 104 | 236 | 65 | 25 |
| Binary | 11001 | 1010001 | 111100 | 1000101 | 0 | 11010 | 1000100 | 10011110 | 110101 | 10101 |
Color Harmonies of #19513C
Complementary color
Monochromatic Colors of #19513C
Black with #19513C
Text Example
Text Example
White with #19513C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19513C; }
p { color: rgb(25,81,60); }
H1.HeaderClassName
{
color: #19513C;
}
.AnyTagClassName
{
color: #19513C;
}
</style>
background-color css
<style>
a { background-color: #19513C; }
a { background-color: rgb(25,81,60); }
div.DivClassName
{
background-color: #19513C;
}
.BgClassName
{
background-color: #19513C;
}
</style>
border-color css
<style>
span { border-color: #19513C; }
span { border-color: rgb(25,81,60); }
td.TdClassName
{
border-color: #19513C;
}
.TagClassName
{
border-color: #19513C;
}
</style>