Shades of Zuccini #17432D
Tints of Zuccini #17432D
RGB
CMYK
RGB Variations
Color information
#17432D (or 0x17432D) is known color: Zuccini. HEX triplet: 17, 43 and 2D. RGB value is (23,67,45). Sum of RGB (Red+Green+Blue) = 23+67+45=135 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.04% from 135); Green value is 67 (26.56% from 255 or 49.63% from 135); Blue value is 45 (17.97% from 255 or 33.33% from 135); Max value from RGB is 67 - color contains mainly: green. Hex color #17432D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17432D is #E8BCD2. Grayscale: #333333. Windows color (decimal): -15252691 or 2966295. OLE color: 2966295.
HSL color Cylindrical-coordinate representation of color #17432D: hue angle of 150º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #17432D is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 23 | 67 | 45 | - |
| CMYK | 0.66 | 0 | 0.33 | 0.74 |
| HSL | 150º | 0.49% | 0.18% | - |
| HSV(B) | 150º | 0.66% | 0.26% | - |
| XYZ | 2.83 | 4.39 | 3.18 | - |
| YUV | 51.34 | 124.42 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 67 | 45 | 0.66 | 0 | 0.33 | 0.74 | 150 | 0.49 | 0.18 |
| Hex | 17 | 43 | 2D | 42 | 0 | 21 | 4A | 96 | 31 | 12 |
| Octal | 27 | 103 | 55 | 102 | 0 | 41 | 112 | 226 | 61 | 22 |
| Binary | 10111 | 1000011 | 101101 | 1000010 | 0 | 100001 | 1001010 | 10010110 | 110001 | 10010 |
Color Harmonies of #17432D
Complementary color
Monochromatic Colors of #17432D
Black with #17432D
Text Example
Text Example
White with #17432D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17432D; }
p { color: rgb(23,67,45); }
H1.HeaderClassName
{
color: #17432D;
}
.AnyTagClassName
{
color: #17432D;
}
</style>
background-color css
<style>
a { background-color: #17432D; }
a { background-color: rgb(23,67,45); }
div.DivClassName
{
background-color: #17432D;
}
.BgClassName
{
background-color: #17432D;
}
</style>
border-color css
<style>
span { border-color: #17432D; }
span { border-color: rgb(23,67,45); }
td.TdClassName
{
border-color: #17432D;
}
.TagClassName
{
border-color: #17432D;
}
</style>