Shades of Zuccini #17462C
Tints of Zuccini #17462C
RGB
CMYK
RGB Variations
Color information
#17462C (or 0x17462C) is known color: Zuccini. HEX triplet: 17, 46 and 2C. RGB value is (23,70,44). Sum of RGB (Red+Green+Blue) = 23+70+44=137 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.79% from 137); Green value is 70 (27.73% from 255 or 51.09% from 137); Blue value is 44 (17.58% from 255 or 32.12% from 137); Max value from RGB is 70 - color contains mainly: green. Hex color #17462C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17462C is #E8B9D3. Grayscale: #353535. Windows color (decimal): -15251924 or 2901527. OLE color: 2901527.
HSL color Cylindrical-coordinate representation of color #17462C: hue angle of 146.81º degrees, saturation: 0.51, 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 #17462C is Cyan = 0.67, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 23 | 70 | 44 | - |
| CMYK | 0.67 | 0 | 0.37 | 0.73 |
| HSL | 146.81º | 0.51% | 0.18% | - |
| HSV(B) | 146.81º | 0.67% | 0.27% | - |
| XYZ | 3 | 4.74 | 3.14 | - |
| YUV | 52.98 | 122.93 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 70 | 44 | 0.67 | 0 | 0.37 | 0.73 | 146.81 | 0.51 | 0.18 |
| Hex | 17 | 46 | 2C | 43 | 0 | 25 | 49 | 93 | 33 | 12 |
| Octal | 27 | 106 | 54 | 103 | 0 | 45 | 111 | 223 | 63 | 22 |
| Binary | 10111 | 1000110 | 101100 | 1000011 | 0 | 100101 | 1001001 | 10010011 | 110011 | 10010 |
Color Harmonies of #17462C
Complementary color
Monochromatic Colors of #17462C
Black with #17462C
Text Example
Text Example
White with #17462C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17462C; }
p { color: rgb(23,70,44); }
H1.HeaderClassName
{
color: #17462C;
}
.AnyTagClassName
{
color: #17462C;
}
</style>
background-color css
<style>
a { background-color: #17462C; }
a { background-color: rgb(23,70,44); }
div.DivClassName
{
background-color: #17462C;
}
.BgClassName
{
background-color: #17462C;
}
</style>
border-color css
<style>
span { border-color: #17462C; }
span { border-color: rgb(23,70,44); }
td.TdClassName
{
border-color: #17462C;
}
.TagClassName
{
border-color: #17462C;
}
</style>