Shades of Zuccini #17442C
Tints of Zuccini #17442C
RGB
CMYK
RGB Variations
Color information
#17442C (or 0x17442C) is known color: Zuccini. HEX triplet: 17, 44 and 2C. RGB value is (23,68,44). Sum of RGB (Red+Green+Blue) = 23+68+44=135 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.04% from 135); Green value is 68 (26.95% from 255 or 50.37% from 135); Blue value is 44 (17.58% from 255 or 32.59% from 135); Max value from RGB is 68 - color contains mainly: green. Hex color #17442C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17442C is #E8BBD3. Grayscale: #333333. Windows color (decimal): -15252436 or 2901015. OLE color: 2901015.
HSL color Cylindrical-coordinate representation of color #17442C: hue angle of 148º 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 #17442C is Cyan = 0.66, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 23 | 68 | 44 | - |
| CMYK | 0.66 | 0 | 0.35 | 0.73 |
| HSL | 148º | 0.49% | 0.18% | - |
| HSV(B) | 148º | 0.66% | 0.27% | - |
| XYZ | 2.88 | 4.5 | 3.1 | - |
| YUV | 51.81 | 123.59 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 68 | 44 | 0.66 | 0 | 0.35 | 0.73 | 148 | 0.49 | 0.18 |
| Hex | 17 | 44 | 2C | 42 | 0 | 23 | 49 | 94 | 31 | 12 |
| Octal | 27 | 104 | 54 | 102 | 0 | 43 | 111 | 224 | 61 | 22 |
| Binary | 10111 | 1000100 | 101100 | 1000010 | 0 | 100011 | 1001001 | 10010100 | 110001 | 10010 |
Color Harmonies of #17442C
Complementary color
Monochromatic Colors of #17442C
Black with #17442C
Text Example
Text Example
White with #17442C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17442C; }
p { color: rgb(23,68,44); }
H1.HeaderClassName
{
color: #17442C;
}
.AnyTagClassName
{
color: #17442C;
}
</style>
background-color css
<style>
a { background-color: #17442C; }
a { background-color: rgb(23,68,44); }
div.DivClassName
{
background-color: #17442C;
}
.BgClassName
{
background-color: #17442C;
}
</style>
border-color css
<style>
span { border-color: #17442C; }
span { border-color: rgb(23,68,44); }
td.TdClassName
{
border-color: #17442C;
}
.TagClassName
{
border-color: #17442C;
}
</style>