Shades of Zuccini #17422B
Tints of Zuccini #17422B
RGB
CMYK
RGB Variations
Color information
#17422B (or 0x17422B) is known color: Zuccini. HEX triplet: 17, 42 and 2B. RGB value is (23,66,43). Sum of RGB (Red+Green+Blue) = 23+66+43=132 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.42% from 132); Green value is 66 (26.17% from 255 or 50% from 132); Blue value is 43 (17.19% from 255 or 32.58% from 132); Max value from RGB is 66 - color contains mainly: green. Hex color #17422B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17422B is #E8BDD4. Grayscale: #323232. Windows color (decimal): -15252949 or 2834967. OLE color: 2834967.
HSL color Cylindrical-coordinate representation of color #17422B: hue angle of 147.91º 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 #17422B is Cyan = 0.65, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 23 | 66 | 43 | - |
| CMYK | 0.65 | 0 | 0.35 | 0.74 |
| HSL | 147.91º | 0.48% | 0.17% | - |
| HSV(B) | 147.91º | 0.65% | 0.26% | - |
| XYZ | 2.74 | 4.25 | 2.96 | - |
| YUV | 50.52 | 123.75 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 66 | 43 | 0.65 | 0 | 0.35 | 0.74 | 147.91 | 0.48 | 0.17 |
| Hex | 17 | 42 | 2B | 41 | 0 | 23 | 4A | 94 | 30 | 11 |
| Octal | 27 | 102 | 53 | 101 | 0 | 43 | 112 | 224 | 60 | 21 |
| Binary | 10111 | 1000010 | 101011 | 1000001 | 0 | 100011 | 1001010 | 10010100 | 110000 | 10001 |
Color Harmonies of #17422B
Complementary color
Monochromatic Colors of #17422B
Black with #17422B
Text Example
Text Example
White with #17422B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17422B; }
p { color: rgb(23,66,43); }
H1.HeaderClassName
{
color: #17422B;
}
.AnyTagClassName
{
color: #17422B;
}
</style>
background-color css
<style>
a { background-color: #17422B; }
a { background-color: rgb(23,66,43); }
div.DivClassName
{
background-color: #17422B;
}
.BgClassName
{
background-color: #17422B;
}
</style>
border-color css
<style>
span { border-color: #17422B; }
span { border-color: rgb(23,66,43); }
td.TdClassName
{
border-color: #17422B;
}
.TagClassName
{
border-color: #17422B;
}
</style>