Shades of County Green #17523D
Tints of County Green #17523D
RGB
CMYK
RGB Variations
Color information
#17523D (or 0x17523D) is known color: County Green. HEX triplet: 17, 52 and 3D. RGB value is (23,82,61). Sum of RGB (Red+Green+Blue) = 23+82+61=166 (21% of max value = 765). Red value is 23 (9.38% from 255 or 13.86% from 166); Green value is 82 (32.42% from 255 or 49.40% from 166); Blue value is 61 (24.22% from 255 or 36.75% from 166); Max value from RGB is 82 - color contains mainly: green. Hex color #17523D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #17523D is #E8ADC2. Grayscale: #3D3D3D. Windows color (decimal): -15248835 or 4018711. OLE color: 4018711.
HSL color Cylindrical-coordinate representation of color #17523D: hue angle of 158.64º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #17523D is Cyan = 0.72, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 23 | 82 | 61 | - |
| CMYK | 0.72 | 0 | 0.26 | 0.68 |
| HSL | 158.64º | 0.56% | 0.21% | - |
| HSV(B) | 158.64º | 0.72% | 0.32% | - |
| XYZ | 4.21 | 6.55 | 5.46 | - |
| YUV | 61.97 | 127.45 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 82 | 61 | 0.72 | 0 | 0.26 | 0.68 | 158.64 | 0.56 | 0.21 |
| Hex | 17 | 52 | 3D | 48 | 0 | 1A | 44 | 9F | 38 | 15 |
| Octal | 27 | 122 | 75 | 110 | 0 | 32 | 104 | 237 | 70 | 25 |
| Binary | 10111 | 1010010 | 111101 | 1001000 | 0 | 11010 | 1000100 | 10011111 | 111000 | 10101 |
Color Harmonies of #17523D
Complementary color
Monochromatic Colors of #17523D
Black with #17523D
Text Example
Text Example
White with #17523D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17523D; }
p { color: rgb(23,82,61); }
H1.HeaderClassName
{
color: #17523D;
}
.AnyTagClassName
{
color: #17523D;
}
</style>
background-color css
<style>
a { background-color: #17523D; }
a { background-color: rgb(23,82,61); }
div.DivClassName
{
background-color: #17523D;
}
.BgClassName
{
background-color: #17523D;
}
</style>
border-color css
<style>
span { border-color: #17523D; }
span { border-color: rgb(23,82,61); }
td.TdClassName
{
border-color: #17523D;
}
.TagClassName
{
border-color: #17523D;
}
</style>