Shades of Zuccini #17482C
Tints of Zuccini #17482C
RGB
CMYK
RGB Variations
Color information
#17482C (or 0x17482C) is known color: Zuccini. HEX triplet: 17, 48 and 2C. RGB value is (23,72,44). Sum of RGB (Red+Green+Blue) = 23+72+44=139 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.55% from 139); Green value is 72 (28.52% from 255 or 51.80% from 139); Blue value is 44 (17.58% from 255 or 31.65% from 139); Max value from RGB is 72 - color contains mainly: green. Hex color #17482C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17482C is #E8B7D3. Grayscale: #363636. Windows color (decimal): -15251412 or 2902039. OLE color: 2902039.
HSL color Cylindrical-coordinate representation of color #17482C: hue angle of 145.71º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #17482C is Cyan = 0.68, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 23 | 72 | 44 | - |
| CMYK | 0.68 | 0 | 0.39 | 0.72 |
| HSL | 145.71º | 0.52% | 0.19% | - |
| HSV(B) | 145.71º | 0.68% | 0.28% | - |
| XYZ | 3.13 | 5 | 3.18 | - |
| YUV | 54.16 | 122.27 | 105.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 72 | 44 | 0.68 | 0 | 0.39 | 0.72 | 145.71 | 0.52 | 0.19 |
| Hex | 17 | 48 | 2C | 44 | 0 | 27 | 48 | 92 | 34 | 13 |
| Octal | 27 | 110 | 54 | 104 | 0 | 47 | 110 | 222 | 64 | 23 |
| Binary | 10111 | 1001000 | 101100 | 1000100 | 0 | 100111 | 1001000 | 10010010 | 110100 | 10011 |
Color Harmonies of #17482C
Complementary color
Monochromatic Colors of #17482C
Black with #17482C
Text Example
Text Example
White with #17482C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17482C; }
p { color: rgb(23,72,44); }
H1.HeaderClassName
{
color: #17482C;
}
.AnyTagClassName
{
color: #17482C;
}
</style>
background-color css
<style>
a { background-color: #17482C; }
a { background-color: rgb(23,72,44); }
div.DivClassName
{
background-color: #17482C;
}
.BgClassName
{
background-color: #17482C;
}
</style>
border-color css
<style>
span { border-color: #17482C; }
span { border-color: rgb(23,72,44); }
td.TdClassName
{
border-color: #17482C;
}
.TagClassName
{
border-color: #17482C;
}
</style>