Shades of Zuccini #17492B
Tints of Zuccini #17492B
RGB
CMYK
RGB Variations
Color information
#17492B (or 0x17492B) is known color: Zuccini. HEX triplet: 17, 49 and 2B. RGB value is (23,73,43). Sum of RGB (Red+Green+Blue) = 23+73+43=139 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.55% from 139); Green value is 73 (28.91% from 255 or 52.52% from 139); Blue value is 43 (17.19% from 255 or 30.94% from 139); Max value from RGB is 73 - color contains mainly: green. Hex color #17492B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17492B is #E8B6D4. Grayscale: #363636. Windows color (decimal): -15251157 or 2836759. OLE color: 2836759.
HSL color Cylindrical-coordinate representation of color #17492B: hue angle of 144º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #17492B is Cyan = 0.68, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 23 | 73 | 43 | - |
| CMYK | 0.68 | 0 | 0.41 | 0.71 |
| HSL | 144º | 0.52% | 0.19% | - |
| HSV(B) | 144º | 0.68% | 0.29% | - |
| XYZ | 3.17 | 5.12 | 3.11 | - |
| YUV | 54.63 | 121.44 | 105.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 73 | 43 | 0.68 | 0 | 0.41 | 0.71 | 144 | 0.52 | 0.19 |
| Hex | 17 | 49 | 2B | 44 | 0 | 29 | 47 | 90 | 34 | 13 |
| Octal | 27 | 111 | 53 | 104 | 0 | 51 | 107 | 220 | 64 | 23 |
| Binary | 10111 | 1001001 | 101011 | 1000100 | 0 | 101001 | 1000111 | 10010000 | 110100 | 10011 |
Color Harmonies of #17492B
Complementary color
Monochromatic Colors of #17492B
Black with #17492B
Text Example
Text Example
White with #17492B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17492B; }
p { color: rgb(23,73,43); }
H1.HeaderClassName
{
color: #17492B;
}
.AnyTagClassName
{
color: #17492B;
}
</style>
background-color css
<style>
a { background-color: #17492B; }
a { background-color: rgb(23,73,43); }
div.DivClassName
{
background-color: #17492B;
}
.BgClassName
{
background-color: #17492B;
}
</style>
border-color css
<style>
span { border-color: #17492B; }
span { border-color: rgb(23,73,43); }
td.TdClassName
{
border-color: #17492B;
}
.TagClassName
{
border-color: #17492B;
}
</style>