Shades of County Green #174D34
Tints of County Green #174D34
RGB
CMYK
RGB Variations
Color information
#174D34 (or 0x174D34) is known color: County Green. HEX triplet: 17, 4D and 34. RGB value is (23,77,52). Sum of RGB (Red+Green+Blue) = 23+77+52=152 (20% of max value = 765). Red value is 23 (9.38% from 255 or 15.13% from 152); Green value is 77 (30.47% from 255 or 50.66% from 152); Blue value is 52 (20.70% from 255 or 34.21% from 152); Max value from RGB is 77 - color contains mainly: green. Hex color #174D34 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #174D34 is #E8B2CB. Grayscale: #3A3A3A. Windows color (decimal): -15250124 or 3427607. OLE color: 3427607.
HSL color Cylindrical-coordinate representation of color #174D34: hue angle of 152.22º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #174D34 is Cyan = 0.70, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 23 | 77 | 52 | - |
| CMYK | 0.70 | 0 | 0.32 | 0.70 |
| HSL | 152.22º | 0.54% | 0.2% | - |
| HSV(B) | 152.22º | 0.7% | 0.3% | - |
| XYZ | 3.63 | 5.74 | 4.17 | - |
| YUV | 58 | 124.61 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 77 | 52 | 0.70 | 0 | 0.32 | 0.70 | 152.22 | 0.54 | 0.2 |
| Hex | 17 | 4D | 34 | 46 | 0 | 20 | 46 | 98 | 36 | 14 |
| Octal | 27 | 115 | 64 | 106 | 0 | 40 | 106 | 230 | 66 | 24 |
| Binary | 10111 | 1001101 | 110100 | 1000110 | 0 | 100000 | 1000110 | 10011000 | 110110 | 10100 |
Color Harmonies of #174D34
Complementary color
Monochromatic Colors of #174D34
Black with #174D34
Text Example
Text Example
White with #174D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174D34; }
p { color: rgb(23,77,52); }
H1.HeaderClassName
{
color: #174D34;
}
.AnyTagClassName
{
color: #174D34;
}
</style>
background-color css
<style>
a { background-color: #174D34; }
a { background-color: rgb(23,77,52); }
div.DivClassName
{
background-color: #174D34;
}
.BgClassName
{
background-color: #174D34;
}
</style>
border-color css
<style>
span { border-color: #174D34; }
span { border-color: rgb(23,77,52); }
td.TdClassName
{
border-color: #174D34;
}
.TagClassName
{
border-color: #174D34;
}
</style>