Shades of Zuccini #174429
Tints of Zuccini #174429
RGB
CMYK
RGB Variations
Color information
#174429 (or 0x174429) is known color: Zuccini. HEX triplet: 17, 44 and 29. RGB value is (23,68,41). Sum of RGB (Red+Green+Blue) = 23+68+41=132 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.42% from 132); Green value is 68 (26.95% from 255 or 51.52% from 132); Blue value is 41 (16.41% from 255 or 31.06% from 132); Max value from RGB is 68 - color contains mainly: green. Hex color #174429 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174429 is #E8BBD6. Grayscale: #333333. Windows color (decimal): -15252439 or 2704407. OLE color: 2704407.
HSL color Cylindrical-coordinate representation of color #174429: hue angle of 144º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #174429 is Cyan = 0.66, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 23 | 68 | 41 | - |
| CMYK | 0.66 | 0 | 0.40 | 0.73 |
| HSL | 144º | 0.49% | 0.18% | - |
| HSV(B) | 144º | 0.66% | 0.27% | - |
| XYZ | 2.82 | 4.48 | 2.81 | - |
| YUV | 51.47 | 122.09 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 68 | 41 | 0.66 | 0 | 0.40 | 0.73 | 144 | 0.49 | 0.18 |
| Hex | 17 | 44 | 29 | 42 | 0 | 28 | 49 | 90 | 31 | 12 |
| Octal | 27 | 104 | 51 | 102 | 0 | 50 | 111 | 220 | 61 | 22 |
| Binary | 10111 | 1000100 | 101001 | 1000010 | 0 | 101000 | 1001001 | 10010000 | 110001 | 10010 |
Color Harmonies of #174429
Complementary color
Monochromatic Colors of #174429
Black with #174429
Text Example
Text Example
White with #174429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174429; }
p { color: rgb(23,68,41); }
H1.HeaderClassName
{
color: #174429;
}
.AnyTagClassName
{
color: #174429;
}
</style>
background-color css
<style>
a { background-color: #174429; }
a { background-color: rgb(23,68,41); }
div.DivClassName
{
background-color: #174429;
}
.BgClassName
{
background-color: #174429;
}
</style>
border-color css
<style>
span { border-color: #174429; }
span { border-color: rgb(23,68,41); }
td.TdClassName
{
border-color: #174429;
}
.TagClassName
{
border-color: #174429;
}
</style>