Shades of Zuccini #17442E
Tints of Zuccini #17442E
RGB
CMYK
RGB Variations
Color information
#17442E (or 0x17442E) is known color: Zuccini. HEX triplet: 17, 44 and 2E. RGB value is (23,68,46). Sum of RGB (Red+Green+Blue) = 23+68+46=137 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.79% from 137); Green value is 68 (26.95% from 255 or 49.64% from 137); Blue value is 46 (18.36% from 255 or 33.58% from 137); Max value from RGB is 68 - color contains mainly: green. Hex color #17442E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17442E is #E8BBD1. Grayscale: #343434. Windows color (decimal): -15252434 or 3032087. OLE color: 3032087.
HSL color Cylindrical-coordinate representation of color #17442E: hue angle of 150.67º 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 #17442E is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 23 | 68 | 46 | - |
| CMYK | 0.66 | 0 | 0.32 | 0.73 |
| HSL | 150.67º | 0.49% | 0.18% | - |
| HSV(B) | 150.67º | 0.66% | 0.27% | - |
| XYZ | 2.91 | 4.51 | 3.3 | - |
| YUV | 52.04 | 124.59 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 68 | 46 | 0.66 | 0 | 0.32 | 0.73 | 150.67 | 0.49 | 0.18 |
| Hex | 17 | 44 | 2E | 42 | 0 | 20 | 49 | 97 | 31 | 12 |
| Octal | 27 | 104 | 56 | 102 | 0 | 40 | 111 | 227 | 61 | 22 |
| Binary | 10111 | 1000100 | 101110 | 1000010 | 0 | 100000 | 1001001 | 10010111 | 110001 | 10010 |
Color Harmonies of #17442E
Complementary color
Monochromatic Colors of #17442E
Black with #17442E
Text Example
Text Example
White with #17442E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17442E; }
p { color: rgb(23,68,46); }
H1.HeaderClassName
{
color: #17442E;
}
.AnyTagClassName
{
color: #17442E;
}
</style>
background-color css
<style>
a { background-color: #17442E; }
a { background-color: rgb(23,68,46); }
div.DivClassName
{
background-color: #17442E;
}
.BgClassName
{
background-color: #17442E;
}
</style>
border-color css
<style>
span { border-color: #17442E; }
span { border-color: rgb(23,68,46); }
td.TdClassName
{
border-color: #17442E;
}
.TagClassName
{
border-color: #17442E;
}
</style>