Shades of Zuccini #174529
Tints of Zuccini #174529
RGB
CMYK
RGB Variations
Color information
#174529 (or 0x174529) is known color: Zuccini. HEX triplet: 17, 45 and 29. RGB value is (23,69,41). Sum of RGB (Red+Green+Blue) = 23+69+41=133 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.29% from 133); Green value is 69 (27.34% from 255 or 51.88% from 133); Blue value is 41 (16.41% from 255 or 30.83% from 133); Max value from RGB is 69 - color contains mainly: green. Hex color #174529 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174529 is #E8BAD6. Grayscale: #343434. Windows color (decimal): -15252183 or 2704663. OLE color: 2704663.
HSL color Cylindrical-coordinate representation of color #174529: hue angle of 143.48º 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 #174529 is Cyan = 0.67, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 23 | 69 | 41 | - |
| CMYK | 0.67 | 0 | 0.41 | 0.73 |
| HSL | 143.48º | 0.5% | 0.18% | - |
| HSV(B) | 143.48º | 0.67% | 0.27% | - |
| XYZ | 2.88 | 4.6 | 2.83 | - |
| YUV | 52.05 | 121.76 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 69 | 41 | 0.67 | 0 | 0.41 | 0.73 | 143.48 | 0.5 | 0.18 |
| Hex | 17 | 45 | 29 | 43 | 0 | 29 | 49 | 8F | 32 | 12 |
| Octal | 27 | 105 | 51 | 103 | 0 | 51 | 111 | 217 | 62 | 22 |
| Binary | 10111 | 1000101 | 101001 | 1000011 | 0 | 101001 | 1001001 | 10001111 | 110010 | 10010 |
Color Harmonies of #174529
Complementary color
Monochromatic Colors of #174529
Black with #174529
Text Example
Text Example
White with #174529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174529; }
p { color: rgb(23,69,41); }
H1.HeaderClassName
{
color: #174529;
}
.AnyTagClassName
{
color: #174529;
}
</style>
background-color css
<style>
a { background-color: #174529; }
a { background-color: rgb(23,69,41); }
div.DivClassName
{
background-color: #174529;
}
.BgClassName
{
background-color: #174529;
}
</style>
border-color css
<style>
span { border-color: #174529; }
span { border-color: rgb(23,69,41); }
td.TdClassName
{
border-color: #174529;
}
.TagClassName
{
border-color: #174529;
}
</style>