Shades of County Green #17513A
Tints of County Green #17513A
RGB
CMYK
RGB Variations
Color information
#17513A (or 0x17513A) is known color: County Green. HEX triplet: 17, 51 and 3A. RGB value is (23,81,58). Sum of RGB (Red+Green+Blue) = 23+81+58=162 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.20% from 162); Green value is 81 (32.03% from 255 or 50% from 162); Blue value is 58 (23.05% from 255 or 35.80% from 162); Max value from RGB is 81 - color contains mainly: green. Hex color #17513A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #17513A is #E8AEC5. Grayscale: #3D3D3D. Windows color (decimal): -15249094 or 3821847. OLE color: 3821847.
HSL color Cylindrical-coordinate representation of color #17513A: hue angle of 156.21º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #17513A is Cyan = 0.72, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 23 | 81 | 58 | - |
| CMYK | 0.72 | 0 | 0.28 | 0.68 |
| HSL | 156.21º | 0.56% | 0.2% | - |
| HSV(B) | 156.21º | 0.72% | 0.32% | - |
| XYZ | 4.06 | 6.37 | 5.02 | - |
| YUV | 61.04 | 126.28 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 81 | 58 | 0.72 | 0 | 0.28 | 0.68 | 156.21 | 0.56 | 0.2 |
| Hex | 17 | 51 | 3A | 48 | 0 | 1C | 44 | 9C | 38 | 14 |
| Octal | 27 | 121 | 72 | 110 | 0 | 34 | 104 | 234 | 70 | 24 |
| Binary | 10111 | 1010001 | 111010 | 1001000 | 0 | 11100 | 1000100 | 10011100 | 111000 | 10100 |
Color Harmonies of #17513A
Complementary color
Monochromatic Colors of #17513A
Black with #17513A
Text Example
Text Example
White with #17513A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17513A; }
p { color: rgb(23,81,58); }
H1.HeaderClassName
{
color: #17513A;
}
.AnyTagClassName
{
color: #17513A;
}
</style>
background-color css
<style>
a { background-color: #17513A; }
a { background-color: rgb(23,81,58); }
div.DivClassName
{
background-color: #17513A;
}
.BgClassName
{
background-color: #17513A;
}
</style>
border-color css
<style>
span { border-color: #17513A; }
span { border-color: rgb(23,81,58); }
td.TdClassName
{
border-color: #17513A;
}
.TagClassName
{
border-color: #17513A;
}
</style>