Shades of County Green #19513A
Tints of County Green #19513A
RGB
CMYK
RGB Variations
Color information
#19513A (or 0x19513A) is known color: County Green. HEX triplet: 19, 51 and 3A. RGB value is (25,81,58). Sum of RGB (Red+Green+Blue) = 25+81+58=164 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.24% from 164); Green value is 81 (32.03% from 255 or 49.39% from 164); Blue value is 58 (23.05% from 255 or 35.37% from 164); Max value from RGB is 81 - color contains mainly: green. Hex color #19513A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19513A is #E6AEC5. Grayscale: #3D3D3D. Windows color (decimal): -15118022 or 3821849. OLE color: 3821849.
HSL color Cylindrical-coordinate representation of color #19513A: hue angle of 155.36º 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 #19513A is Cyan = 0.69, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 25 | 81 | 58 | - |
| CMYK | 0.69 | 0 | 0.28 | 0.68 |
| HSL | 155.36º | 0.53% | 0.21% | - |
| HSV(B) | 155.36º | 0.69% | 0.32% | - |
| XYZ | 4.11 | 6.4 | 5.02 | - |
| YUV | 61.63 | 125.95 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 81 | 58 | 0.69 | 0 | 0.28 | 0.68 | 155.36 | 0.53 | 0.21 |
| Hex | 19 | 51 | 3A | 45 | 0 | 1C | 44 | 9B | 35 | 15 |
| Octal | 31 | 121 | 72 | 105 | 0 | 34 | 104 | 233 | 65 | 25 |
| Binary | 11001 | 1010001 | 111010 | 1000101 | 0 | 11100 | 1000100 | 10011011 | 110101 | 10101 |
Color Harmonies of #19513A
Complementary color
Monochromatic Colors of #19513A
Black with #19513A
Text Example
Text Example
White with #19513A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19513A; }
p { color: rgb(25,81,58); }
H1.HeaderClassName
{
color: #19513A;
}
.AnyTagClassName
{
color: #19513A;
}
</style>
background-color css
<style>
a { background-color: #19513A; }
a { background-color: rgb(25,81,58); }
div.DivClassName
{
background-color: #19513A;
}
.BgClassName
{
background-color: #19513A;
}
</style>
border-color css
<style>
span { border-color: #19513A; }
span { border-color: rgb(25,81,58); }
td.TdClassName
{
border-color: #19513A;
}
.TagClassName
{
border-color: #19513A;
}
</style>