Shades of County Green #13513A
Tints of County Green #13513A
RGB
CMYK
RGB Variations
Color information
#13513A (or 0x13513A) is known color: County Green. HEX triplet: 13, 51 and 3A. RGB value is (19,81,58). Sum of RGB (Red+Green+Blue) = 19+81+58=158 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.03% from 158); Green value is 81 (32.03% from 255 or 51.27% from 158); Blue value is 58 (23.05% from 255 or 36.71% from 158); Max value from RGB is 81 - color contains mainly: green. Hex color #13513A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13513A is #ECAEC5. Grayscale: #3B3B3B. Windows color (decimal): -15511238 or 3821843. OLE color: 3821843.
HSL color Cylindrical-coordinate representation of color #13513A: hue angle of 157.74º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #13513A is Cyan = 0.77, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 19 | 81 | 58 | - |
| CMYK | 0.77 | 0 | 0.28 | 0.68 |
| HSL | 157.74º | 0.62% | 0.2% | - |
| HSV(B) | 157.74º | 0.77% | 0.32% | - |
| XYZ | 3.97 | 6.33 | 5.02 | - |
| YUV | 59.84 | 126.96 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 81 | 58 | 0.77 | 0 | 0.28 | 0.68 | 157.74 | 0.62 | 0.2 |
| Hex | 13 | 51 | 3A | 4D | 0 | 1C | 44 | 9E | 3E | 14 |
| Octal | 23 | 121 | 72 | 115 | 0 | 34 | 104 | 236 | 76 | 24 |
| Binary | 10011 | 1010001 | 111010 | 1001101 | 0 | 11100 | 1000100 | 10011110 | 111110 | 10100 |
Color Harmonies of #13513A
Complementary color
Monochromatic Colors of #13513A
Black with #13513A
Text Example
Text Example
White with #13513A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13513A; }
p { color: rgb(19,81,58); }
H1.HeaderClassName
{
color: #13513A;
}
.AnyTagClassName
{
color: #13513A;
}
</style>
background-color css
<style>
a { background-color: #13513A; }
a { background-color: rgb(19,81,58); }
div.DivClassName
{
background-color: #13513A;
}
.BgClassName
{
background-color: #13513A;
}
</style>
border-color css
<style>
span { border-color: #13513A; }
span { border-color: rgb(19,81,58); }
td.TdClassName
{
border-color: #13513A;
}
.TagClassName
{
border-color: #13513A;
}
</style>