Shades of County Green #13553B
Tints of County Green #13553B
RGB
CMYK
RGB Variations
Color information
#13553B (or 0x13553B) is known color: County Green. HEX triplet: 13, 55 and 3B. RGB value is (19,85,59). Sum of RGB (Red+Green+Blue) = 19+85+59=163 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.66% from 163); Green value is 85 (33.59% from 255 or 52.15% from 163); Blue value is 59 (23.44% from 255 or 36.20% from 163); Max value from RGB is 85 - color contains mainly: green. Hex color #13553B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13553B is #ECAAC4. Grayscale: #3E3E3E. Windows color (decimal): -15510213 or 3888403. OLE color: 3888403.
HSL color Cylindrical-coordinate representation of color #13553B: hue angle of 156.36º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #13553B is Cyan = 0.78, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 85 | 59 | - |
| CMYK | 0.78 | 0 | 0.31 | 0.67 |
| HSL | 156.36º | 0.63% | 0.2% | - |
| HSV(B) | 156.36º | 0.78% | 0.33% | - |
| XYZ | 4.31 | 6.95 | 5.25 | - |
| YUV | 62.3 | 126.13 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 85 | 59 | 0.78 | 0 | 0.31 | 0.67 | 156.36 | 0.63 | 0.2 |
| Hex | 13 | 55 | 3B | 4E | 0 | 1F | 43 | 9C | 3F | 14 |
| Octal | 23 | 125 | 73 | 116 | 0 | 37 | 103 | 234 | 77 | 24 |
| Binary | 10011 | 1010101 | 111011 | 1001110 | 0 | 11111 | 1000011 | 10011100 | 111111 | 10100 |
Color Harmonies of #13553B
Complementary color
Monochromatic Colors of #13553B
Black with #13553B
Text Example
Text Example
White with #13553B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13553B; }
p { color: rgb(19,85,59); }
H1.HeaderClassName
{
color: #13553B;
}
.AnyTagClassName
{
color: #13553B;
}
</style>
background-color css
<style>
a { background-color: #13553B; }
a { background-color: rgb(19,85,59); }
div.DivClassName
{
background-color: #13553B;
}
.BgClassName
{
background-color: #13553B;
}
</style>
border-color css
<style>
span { border-color: #13553B; }
span { border-color: rgb(19,85,59); }
td.TdClassName
{
border-color: #13553B;
}
.TagClassName
{
border-color: #13553B;
}
</style>