Shades of County Green #13523C
Tints of County Green #13523C
RGB
CMYK
RGB Variations
Color information
#13523C (or 0x13523C) is known color: County Green. HEX triplet: 13, 52 and 3C. RGB value is (19,82,60). Sum of RGB (Red+Green+Blue) = 19+82+60=161 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.80% from 161); Green value is 82 (32.42% from 255 or 50.93% from 161); Blue value is 60 (23.83% from 255 or 37.27% from 161); Max value from RGB is 82 - color contains mainly: green. Hex color #13523C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13523C is #ECADC3. Grayscale: #3C3C3C. Windows color (decimal): -15510980 or 3953171. OLE color: 3953171.
HSL color Cylindrical-coordinate representation of color #13523C: hue angle of 159.05º 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 #13523C is Cyan = 0.77, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 19 | 82 | 60 | - |
| CMYK | 0.77 | 0 | 0.27 | 0.68 |
| HSL | 159.05º | 0.62% | 0.2% | - |
| HSV(B) | 159.05º | 0.77% | 0.32% | - |
| XYZ | 4.1 | 6.5 | 5.31 | - |
| YUV | 60.66 | 127.63 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 82 | 60 | 0.77 | 0 | 0.27 | 0.68 | 159.05 | 0.62 | 0.2 |
| Hex | 13 | 52 | 3C | 4D | 0 | 1B | 44 | 9F | 3E | 14 |
| Octal | 23 | 122 | 74 | 115 | 0 | 33 | 104 | 237 | 76 | 24 |
| Binary | 10011 | 1010010 | 111100 | 1001101 | 0 | 11011 | 1000100 | 10011111 | 111110 | 10100 |
Color Harmonies of #13523C
Complementary color
Monochromatic Colors of #13523C
Black with #13523C
Text Example
Text Example
White with #13523C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13523C; }
p { color: rgb(19,82,60); }
H1.HeaderClassName
{
color: #13523C;
}
.AnyTagClassName
{
color: #13523C;
}
</style>
background-color css
<style>
a { background-color: #13523C; }
a { background-color: rgb(19,82,60); }
div.DivClassName
{
background-color: #13523C;
}
.BgClassName
{
background-color: #13523C;
}
</style>
border-color css
<style>
span { border-color: #13523C; }
span { border-color: rgb(19,82,60); }
td.TdClassName
{
border-color: #13523C;
}
.TagClassName
{
border-color: #13523C;
}
</style>