Shades of Zuccini #17422A
Tints of Zuccini #17422A
RGB
CMYK
RGB Variations
Color information
#17422A (or 0x17422A) is known color: Zuccini. HEX triplet: 17, 42 and 2A. RGB value is (23,66,42). Sum of RGB (Red+Green+Blue) = 23+66+42=131 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.56% from 131); Green value is 66 (26.17% from 255 or 50.38% from 131); Blue value is 42 (16.80% from 255 or 32.06% from 131); Max value from RGB is 66 - color contains mainly: green. Hex color #17422A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17422A is #E8BDD5. Grayscale: #323232. Windows color (decimal): -15252950 or 2769431. OLE color: 2769431.
HSL color Cylindrical-coordinate representation of color #17422A: hue angle of 146.51º 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 #17422A is Cyan = 0.65, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 23 | 66 | 42 | - |
| CMYK | 0.65 | 0 | 0.36 | 0.74 |
| HSL | 146.51º | 0.48% | 0.17% | - |
| HSV(B) | 146.51º | 0.65% | 0.26% | - |
| XYZ | 2.72 | 4.25 | 2.87 | - |
| YUV | 50.41 | 123.25 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 66 | 42 | 0.65 | 0 | 0.36 | 0.74 | 146.51 | 0.48 | 0.17 |
| Hex | 17 | 42 | 2A | 41 | 0 | 24 | 4A | 93 | 30 | 11 |
| Octal | 27 | 102 | 52 | 101 | 0 | 44 | 112 | 223 | 60 | 21 |
| Binary | 10111 | 1000010 | 101010 | 1000001 | 0 | 100100 | 1001010 | 10010011 | 110000 | 10001 |
Color Harmonies of #17422A
Complementary color
Monochromatic Colors of #17422A
Black with #17422A
Text Example
Text Example
White with #17422A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17422A; }
p { color: rgb(23,66,42); }
H1.HeaderClassName
{
color: #17422A;
}
.AnyTagClassName
{
color: #17422A;
}
</style>
background-color css
<style>
a { background-color: #17422A; }
a { background-color: rgb(23,66,42); }
div.DivClassName
{
background-color: #17422A;
}
.BgClassName
{
background-color: #17422A;
}
</style>
border-color css
<style>
span { border-color: #17422A; }
span { border-color: rgb(23,66,42); }
td.TdClassName
{
border-color: #17422A;
}
.TagClassName
{
border-color: #17422A;
}
</style>