Shades of Zuccini #17422D
Tints of Zuccini #17422D
RGB
CMYK
RGB Variations
Color information
#17422D (or 0x17422D) is known color: Zuccini. HEX triplet: 17, 42 and 2D. RGB value is (23,66,45). Sum of RGB (Red+Green+Blue) = 23+66+45=134 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.16% from 134); Green value is 66 (26.17% from 255 or 49.25% from 134); Blue value is 45 (17.97% from 255 or 33.58% from 134); Max value from RGB is 66 - color contains mainly: green. Hex color #17422D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17422D is #E8BDD2. Grayscale: #323232. Windows color (decimal): -15252947 or 2966039. OLE color: 2966039.
HSL color Cylindrical-coordinate representation of color #17422D: hue angle of 150.7º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #17422D is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 23 | 66 | 45 | - |
| CMYK | 0.65 | 0 | 0.32 | 0.74 |
| HSL | 150.7º | 0.48% | 0.17% | - |
| HSV(B) | 150.7º | 0.65% | 0.26% | - |
| XYZ | 2.78 | 4.27 | 3.16 | - |
| YUV | 50.75 | 124.75 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 66 | 45 | 0.65 | 0 | 0.32 | 0.74 | 150.7 | 0.48 | 0.17 |
| Hex | 17 | 42 | 2D | 41 | 0 | 20 | 4A | 97 | 30 | 11 |
| Octal | 27 | 102 | 55 | 101 | 0 | 40 | 112 | 227 | 60 | 21 |
| Binary | 10111 | 1000010 | 101101 | 1000001 | 0 | 100000 | 1001010 | 10010111 | 110000 | 10001 |
Color Harmonies of #17422D
Complementary color
Monochromatic Colors of #17422D
Black with #17422D
Text Example
Text Example
White with #17422D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17422D; }
p { color: rgb(23,66,45); }
H1.HeaderClassName
{
color: #17422D;
}
.AnyTagClassName
{
color: #17422D;
}
</style>
background-color css
<style>
a { background-color: #17422D; }
a { background-color: rgb(23,66,45); }
div.DivClassName
{
background-color: #17422D;
}
.BgClassName
{
background-color: #17422D;
}
</style>
border-color css
<style>
span { border-color: #17422D; }
span { border-color: rgb(23,66,45); }
td.TdClassName
{
border-color: #17422D;
}
.TagClassName
{
border-color: #17422D;
}
</style>