Shades of Zuccini #17412B
Tints of Zuccini #17412B
RGB
CMYK
RGB Variations
Color information
#17412B (or 0x17412B) is known color: Zuccini. HEX triplet: 17, 41 and 2B. RGB value is (23,65,43). Sum of RGB (Red+Green+Blue) = 23+65+43=131 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.56% from 131); Green value is 65 (25.78% from 255 or 49.62% from 131); Blue value is 43 (17.19% from 255 or 32.82% from 131); Max value from RGB is 65 - color contains mainly: green. Hex color #17412B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17412B is #E8BED4. Grayscale: #313131. Windows color (decimal): -15253205 or 2834711. OLE color: 2834711.
HSL color Cylindrical-coordinate representation of color #17412B: hue angle of 148.57º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #17412B is Cyan = 0.65, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 23 | 65 | 43 | - |
| CMYK | 0.65 | 0 | 0.34 | 0.75 |
| HSL | 148.57º | 0.48% | 0.17% | - |
| HSV(B) | 148.57º | 0.65% | 0.25% | - |
| XYZ | 2.68 | 4.14 | 2.94 | - |
| YUV | 49.93 | 124.09 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 65 | 43 | 0.65 | 0 | 0.34 | 0.75 | 148.57 | 0.48 | 0.17 |
| Hex | 17 | 41 | 2B | 41 | 0 | 22 | 4B | 95 | 30 | 11 |
| Octal | 27 | 101 | 53 | 101 | 0 | 42 | 113 | 225 | 60 | 21 |
| Binary | 10111 | 1000001 | 101011 | 1000001 | 0 | 100010 | 1001011 | 10010101 | 110000 | 10001 |
Color Harmonies of #17412B
Complementary color
Monochromatic Colors of #17412B
Black with #17412B
Text Example
Text Example
White with #17412B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17412B; }
p { color: rgb(23,65,43); }
H1.HeaderClassName
{
color: #17412B;
}
.AnyTagClassName
{
color: #17412B;
}
</style>
background-color css
<style>
a { background-color: #17412B; }
a { background-color: rgb(23,65,43); }
div.DivClassName
{
background-color: #17412B;
}
.BgClassName
{
background-color: #17412B;
}
</style>
border-color css
<style>
span { border-color: #17412B; }
span { border-color: rgb(23,65,43); }
td.TdClassName
{
border-color: #17412B;
}
.TagClassName
{
border-color: #17412B;
}
</style>