Shades of County Green #174B32
Tints of County Green #174B32
RGB
CMYK
RGB Variations
Color information
#174B32 (or 0x174B32) is known color: County Green. HEX triplet: 17, 4B and 32. RGB value is (23,75,50). Sum of RGB (Red+Green+Blue) = 23+75+50=148 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.54% from 148); Green value is 75 (29.69% from 255 or 50.68% from 148); Blue value is 50 (19.92% from 255 or 33.78% from 148); Max value from RGB is 75 - color contains mainly: green. Hex color #174B32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174B32 is #E8B4CD. Grayscale: #383838. Windows color (decimal): -15250638 or 3296023. OLE color: 3296023.
HSL color Cylindrical-coordinate representation of color #174B32: hue angle of 151.15º degrees, saturation: 0.53, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #174B32 is Cyan = 0.69, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 23 | 75 | 50 | - |
| CMYK | 0.69 | 0 | 0.33 | 0.71 |
| HSL | 151.15º | 0.53% | 0.19% | - |
| HSV(B) | 151.15º | 0.69% | 0.29% | - |
| XYZ | 3.45 | 5.44 | 3.89 | - |
| YUV | 56.6 | 124.27 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 75 | 50 | 0.69 | 0 | 0.33 | 0.71 | 151.15 | 0.53 | 0.19 |
| Hex | 17 | 4B | 32 | 45 | 0 | 21 | 47 | 97 | 35 | 13 |
| Octal | 27 | 113 | 62 | 105 | 0 | 41 | 107 | 227 | 65 | 23 |
| Binary | 10111 | 1001011 | 110010 | 1000101 | 0 | 100001 | 1000111 | 10010111 | 110101 | 10011 |
Color Harmonies of #174B32
Complementary color
Monochromatic Colors of #174B32
Black with #174B32
Text Example
Text Example
White with #174B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174B32; }
p { color: rgb(23,75,50); }
H1.HeaderClassName
{
color: #174B32;
}
.AnyTagClassName
{
color: #174B32;
}
</style>
background-color css
<style>
a { background-color: #174B32; }
a { background-color: rgb(23,75,50); }
div.DivClassName
{
background-color: #174B32;
}
.BgClassName
{
background-color: #174B32;
}
</style>
border-color css
<style>
span { border-color: #174B32; }
span { border-color: rgb(23,75,50); }
td.TdClassName
{
border-color: #174B32;
}
.TagClassName
{
border-color: #174B32;
}
</style>