Shades of County Green #174A35
Tints of County Green #174A35
RGB
CMYK
RGB Variations
Color information
#174A35 (or 0x174A35) is known color: County Green. HEX triplet: 17, 4A and 35. RGB value is (23,74,53). Sum of RGB (Red+Green+Blue) = 23+74+53=150 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.33% from 150); Green value is 74 (29.30% from 255 or 49.33% from 150); Blue value is 53 (21.09% from 255 or 35.33% from 150); Max value from RGB is 74 - color contains mainly: green. Hex color #174A35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174A35 is #E8B5CA. Grayscale: #383838. Windows color (decimal): -15250891 or 3492375. OLE color: 3492375.
HSL color Cylindrical-coordinate representation of color #174A35: hue angle of 155.29º 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 #174A35 is Cyan = 0.69, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 23 | 74 | 53 | - |
| CMYK | 0.69 | 0 | 0.28 | 0.71 |
| HSL | 155.29º | 0.53% | 0.19% | - |
| HSV(B) | 155.29º | 0.69% | 0.29% | - |
| XYZ | 3.44 | 5.34 | 4.22 | - |
| YUV | 56.36 | 126.1 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 74 | 53 | 0.69 | 0 | 0.28 | 0.71 | 155.29 | 0.53 | 0.19 |
| Hex | 17 | 4A | 35 | 45 | 0 | 1C | 47 | 9B | 35 | 13 |
| Octal | 27 | 112 | 65 | 105 | 0 | 34 | 107 | 233 | 65 | 23 |
| Binary | 10111 | 1001010 | 110101 | 1000101 | 0 | 11100 | 1000111 | 10011011 | 110101 | 10011 |
Color Harmonies of #174A35
Complementary color
Monochromatic Colors of #174A35
Black with #174A35
Text Example
Text Example
White with #174A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174A35; }
p { color: rgb(23,74,53); }
H1.HeaderClassName
{
color: #174A35;
}
.AnyTagClassName
{
color: #174A35;
}
</style>
background-color css
<style>
a { background-color: #174A35; }
a { background-color: rgb(23,74,53); }
div.DivClassName
{
background-color: #174A35;
}
.BgClassName
{
background-color: #174A35;
}
</style>
border-color css
<style>
span { border-color: #174A35; }
span { border-color: rgb(23,74,53); }
td.TdClassName
{
border-color: #174A35;
}
.TagClassName
{
border-color: #174A35;
}
</style>