Shades of County Green #13533C
Tints of County Green #13533C
RGB
CMYK
RGB Variations
Color information
#13533C (or 0x13533C) is known color: County Green. HEX triplet: 13, 53 and 3C. RGB value is (19,83,60). Sum of RGB (Red+Green+Blue) = 19+83+60=162 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.73% from 162); Green value is 83 (32.81% from 255 or 51.23% from 162); Blue value is 60 (23.83% from 255 or 37.04% from 162); Max value from RGB is 83 - color contains mainly: green. Hex color #13533C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13533C is #ECACC3. Grayscale: #3D3D3D. Windows color (decimal): -15510724 or 3953427. OLE color: 3953427.
HSL color Cylindrical-coordinate representation of color #13533C: hue angle of 158.44º 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 #13533C is Cyan = 0.77, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 83 | 60 | - |
| CMYK | 0.77 | 0 | 0.28 | 0.67 |
| HSL | 158.44º | 0.63% | 0.2% | - |
| HSV(B) | 158.44º | 0.77% | 0.33% | - |
| XYZ | 4.18 | 6.65 | 5.34 | - |
| YUV | 61.24 | 127.3 | 97.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 83 | 60 | 0.77 | 0 | 0.28 | 0.67 | 158.44 | 0.63 | 0.2 |
| Hex | 13 | 53 | 3C | 4D | 0 | 1C | 43 | 9E | 3F | 14 |
| Octal | 23 | 123 | 74 | 115 | 0 | 34 | 103 | 236 | 77 | 24 |
| Binary | 10011 | 1010011 | 111100 | 1001101 | 0 | 11100 | 1000011 | 10011110 | 111111 | 10100 |
Color Harmonies of #13533C
Complementary color
Monochromatic Colors of #13533C
Black with #13533C
Text Example
Text Example
White with #13533C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13533C; }
p { color: rgb(19,83,60); }
H1.HeaderClassName
{
color: #13533C;
}
.AnyTagClassName
{
color: #13533C;
}
</style>
background-color css
<style>
a { background-color: #13533C; }
a { background-color: rgb(19,83,60); }
div.DivClassName
{
background-color: #13533C;
}
.BgClassName
{
background-color: #13533C;
}
</style>
border-color css
<style>
span { border-color: #13533C; }
span { border-color: rgb(19,83,60); }
td.TdClassName
{
border-color: #13533C;
}
.TagClassName
{
border-color: #13533C;
}
</style>