Shades of County Green #17533D
Tints of County Green #17533D
RGB
CMYK
RGB Variations
Color information
#17533D (or 0x17533D) is known color: County Green. HEX triplet: 17, 53 and 3D. RGB value is (23,83,61). Sum of RGB (Red+Green+Blue) = 23+83+61=167 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.77% from 167); Green value is 83 (32.81% from 255 or 49.70% from 167); Blue value is 61 (24.22% from 255 or 36.53% from 167); Max value from RGB is 83 - color contains mainly: green. Hex color #17533D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #17533D is #E8ACC2. Grayscale: #3E3E3E. Windows color (decimal): -15248579 or 4018967. OLE color: 4018967.
HSL color Cylindrical-coordinate representation of color #17533D: hue angle of 158º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #17533D is Cyan = 0.72, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 23 | 83 | 61 | - |
| CMYK | 0.72 | 0 | 0.27 | 0.67 |
| HSL | 158º | 0.57% | 0.21% | - |
| HSV(B) | 158º | 0.72% | 0.33% | - |
| XYZ | 4.29 | 6.71 | 5.48 | - |
| YUV | 62.55 | 127.12 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 83 | 61 | 0.72 | 0 | 0.27 | 0.67 | 158 | 0.57 | 0.21 |
| Hex | 17 | 53 | 3D | 48 | 0 | 1B | 43 | 9E | 39 | 15 |
| Octal | 27 | 123 | 75 | 110 | 0 | 33 | 103 | 236 | 71 | 25 |
| Binary | 10111 | 1010011 | 111101 | 1001000 | 0 | 11011 | 1000011 | 10011110 | 111001 | 10101 |
Color Harmonies of #17533D
Complementary color
Monochromatic Colors of #17533D
Black with #17533D
Text Example
Text Example
White with #17533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17533D; }
p { color: rgb(23,83,61); }
H1.HeaderClassName
{
color: #17533D;
}
.AnyTagClassName
{
color: #17533D;
}
</style>
background-color css
<style>
a { background-color: #17533D; }
a { background-color: rgb(23,83,61); }
div.DivClassName
{
background-color: #17533D;
}
.BgClassName
{
background-color: #17533D;
}
</style>
border-color css
<style>
span { border-color: #17533D; }
span { border-color: rgb(23,83,61); }
td.TdClassName
{
border-color: #17533D;
}
.TagClassName
{
border-color: #17533D;
}
</style>