Shades of County Green #13543C
Tints of County Green #13543C
RGB
CMYK
RGB Variations
Color information
#13543C (or 0x13543C) is known color: County Green. HEX triplet: 13, 54 and 3C. RGB value is (19,84,60). Sum of RGB (Red+Green+Blue) = 19+84+60=163 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.66% from 163); Green value is 84 (33.20% from 255 or 51.53% from 163); Blue value is 60 (23.83% from 255 or 36.81% from 163); Max value from RGB is 84 - color contains mainly: green. Hex color #13543C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13543C is #ECABC3. Grayscale: #3D3D3D. Windows color (decimal): -15510468 or 3953683. OLE color: 3953683.
HSL color Cylindrical-coordinate representation of color #13543C: hue angle of 157.85º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #13543C is Cyan = 0.77, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 84 | 60 | - |
| CMYK | 0.77 | 0 | 0.29 | 0.67 |
| HSL | 157.85º | 0.63% | 0.2% | - |
| HSV(B) | 157.85º | 0.77% | 0.33% | - |
| XYZ | 4.25 | 6.81 | 5.36 | - |
| YUV | 61.83 | 126.97 | 97.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 84 | 60 | 0.77 | 0 | 0.29 | 0.67 | 157.85 | 0.63 | 0.2 |
| Hex | 13 | 54 | 3C | 4D | 0 | 1D | 43 | 9E | 3F | 14 |
| Octal | 23 | 124 | 74 | 115 | 0 | 35 | 103 | 236 | 77 | 24 |
| Binary | 10011 | 1010100 | 111100 | 1001101 | 0 | 11101 | 1000011 | 10011110 | 111111 | 10100 |
Color Harmonies of #13543C
Complementary color
Monochromatic Colors of #13543C
Black with #13543C
Text Example
Text Example
White with #13543C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13543C; }
p { color: rgb(19,84,60); }
H1.HeaderClassName
{
color: #13543C;
}
.AnyTagClassName
{
color: #13543C;
}
</style>
background-color css
<style>
a { background-color: #13543C; }
a { background-color: rgb(19,84,60); }
div.DivClassName
{
background-color: #13543C;
}
.BgClassName
{
background-color: #13543C;
}
</style>
border-color css
<style>
span { border-color: #13543C; }
span { border-color: rgb(19,84,60); }
td.TdClassName
{
border-color: #13543C;
}
.TagClassName
{
border-color: #13543C;
}
</style>