Shades of Zuccini #17422C
Tints of Zuccini #17422C
RGB
CMYK
RGB Variations
Color information
#17422C (or 0x17422C) is known color: Zuccini. HEX triplet: 17, 42 and 2C. RGB value is (23,66,44). Sum of RGB (Red+Green+Blue) = 23+66+44=133 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.29% from 133); Green value is 66 (26.17% from 255 or 49.62% from 133); Blue value is 44 (17.58% from 255 or 33.08% from 133); Max value from RGB is 66 - color contains mainly: green. Hex color #17422C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17422C is #E8BDD3. Grayscale: #323232. Windows color (decimal): -15252948 or 2900503. OLE color: 2900503.
HSL color Cylindrical-coordinate representation of color #17422C: hue angle of 149.3º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #17422C is Cyan = 0.65, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 23 | 66 | 44 | - |
| CMYK | 0.65 | 0 | 0.33 | 0.74 |
| HSL | 149.3º | 0.48% | 0.17% | - |
| HSV(B) | 149.3º | 0.65% | 0.26% | - |
| XYZ | 2.76 | 4.26 | 3.06 | - |
| YUV | 50.64 | 124.25 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 66 | 44 | 0.65 | 0 | 0.33 | 0.74 | 149.3 | 0.48 | 0.17 |
| Hex | 17 | 42 | 2C | 41 | 0 | 21 | 4A | 95 | 30 | 11 |
| Octal | 27 | 102 | 54 | 101 | 0 | 41 | 112 | 225 | 60 | 21 |
| Binary | 10111 | 1000010 | 101100 | 1000001 | 0 | 100001 | 1001010 | 10010101 | 110000 | 10001 |
Color Harmonies of #17422C
Complementary color
Monochromatic Colors of #17422C
Black with #17422C
Text Example
Text Example
White with #17422C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17422C; }
p { color: rgb(23,66,44); }
H1.HeaderClassName
{
color: #17422C;
}
.AnyTagClassName
{
color: #17422C;
}
</style>
background-color css
<style>
a { background-color: #17422C; }
a { background-color: rgb(23,66,44); }
div.DivClassName
{
background-color: #17422C;
}
.BgClassName
{
background-color: #17422C;
}
</style>
border-color css
<style>
span { border-color: #17422C; }
span { border-color: rgb(23,66,44); }
td.TdClassName
{
border-color: #17422C;
}
.TagClassName
{
border-color: #17422C;
}
</style>