Shades of Zuccini #174528
Tints of Zuccini #174528
RGB
CMYK
RGB Variations
Color information
#174528 (or 0x174528) is known color: Zuccini. HEX triplet: 17, 45 and 28. RGB value is (23,69,40). Sum of RGB (Red+Green+Blue) = 23+69+40=132 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.42% from 132); Green value is 69 (27.34% from 255 or 52.27% from 132); Blue value is 40 (16.02% from 255 or 30.30% from 132); Max value from RGB is 69 - color contains mainly: green. Hex color #174528 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174528 is #E8BAD7. Grayscale: #343434. Windows color (decimal): -15252184 or 2639127. OLE color: 2639127.
HSL color Cylindrical-coordinate representation of color #174528: hue angle of 142.17º degrees, saturation: 0.5, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #174528 is Cyan = 0.67, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 23 | 69 | 40 | - |
| CMYK | 0.67 | 0 | 0.42 | 0.73 |
| HSL | 142.17º | 0.5% | 0.18% | - |
| HSV(B) | 142.17º | 0.67% | 0.27% | - |
| XYZ | 2.86 | 4.59 | 2.74 | - |
| YUV | 51.94 | 121.26 | 107.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 69 | 40 | 0.67 | 0 | 0.42 | 0.73 | 142.17 | 0.5 | 0.18 |
| Hex | 17 | 45 | 28 | 43 | 0 | 2A | 49 | 8E | 32 | 12 |
| Octal | 27 | 105 | 50 | 103 | 0 | 52 | 111 | 216 | 62 | 22 |
| Binary | 10111 | 1000101 | 101000 | 1000011 | 0 | 101010 | 1001001 | 10001110 | 110010 | 10010 |
Color Harmonies of #174528
Complementary color
Monochromatic Colors of #174528
Black with #174528
Text Example
Text Example
White with #174528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174528; }
p { color: rgb(23,69,40); }
H1.HeaderClassName
{
color: #174528;
}
.AnyTagClassName
{
color: #174528;
}
</style>
background-color css
<style>
a { background-color: #174528; }
a { background-color: rgb(23,69,40); }
div.DivClassName
{
background-color: #174528;
}
.BgClassName
{
background-color: #174528;
}
</style>
border-color css
<style>
span { border-color: #174528; }
span { border-color: rgb(23,69,40); }
td.TdClassName
{
border-color: #174528;
}
.TagClassName
{
border-color: #174528;
}
</style>