Shades of County Green #13533B
Tints of County Green #13533B
RGB
CMYK
RGB Variations
Color information
#13533B (or 0x13533B) is known color: County Green. HEX triplet: 13, 53 and 3B. RGB value is (19,83,59). Sum of RGB (Red+Green+Blue) = 19+83+59=161 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.80% from 161); Green value is 83 (32.81% from 255 or 51.55% from 161); Blue value is 59 (23.44% from 255 or 36.65% from 161); Max value from RGB is 83 - color contains mainly: green. Hex color #13533B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13533B is #ECACC4. Grayscale: #3D3D3D. Windows color (decimal): -15510725 or 3887891. OLE color: 3887891.
HSL color Cylindrical-coordinate representation of color #13533B: hue angle of 157.5º 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 #13533B is Cyan = 0.77, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 83 | 59 | - |
| CMYK | 0.77 | 0 | 0.29 | 0.67 |
| HSL | 157.5º | 0.63% | 0.2% | - |
| HSV(B) | 157.5º | 0.77% | 0.33% | - |
| XYZ | 4.15 | 6.64 | 5.2 | - |
| YUV | 61.13 | 126.8 | 97.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 83 | 59 | 0.77 | 0 | 0.29 | 0.67 | 157.5 | 0.63 | 0.2 |
| Hex | 13 | 53 | 3B | 4D | 0 | 1D | 43 | 9E | 3F | 14 |
| Octal | 23 | 123 | 73 | 115 | 0 | 35 | 103 | 236 | 77 | 24 |
| Binary | 10011 | 1010011 | 111011 | 1001101 | 0 | 11101 | 1000011 | 10011110 | 111111 | 10100 |
Color Harmonies of #13533B
Complementary color
Monochromatic Colors of #13533B
Black with #13533B
Text Example
Text Example
White with #13533B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13533B; }
p { color: rgb(19,83,59); }
H1.HeaderClassName
{
color: #13533B;
}
.AnyTagClassName
{
color: #13533B;
}
</style>
background-color css
<style>
a { background-color: #13533B; }
a { background-color: rgb(19,83,59); }
div.DivClassName
{
background-color: #13533B;
}
.BgClassName
{
background-color: #13533B;
}
</style>
border-color css
<style>
span { border-color: #13533B; }
span { border-color: rgb(19,83,59); }
td.TdClassName
{
border-color: #13533B;
}
.TagClassName
{
border-color: #13533B;
}
</style>