Shades of Zuccini #11432D
Tints of Zuccini #11432D
RGB
CMYK
RGB Variations
Color information
#11432D (or 0x11432D) is known color: Zuccini. HEX triplet: 11, 43 and 2D. RGB value is (17,67,45). Sum of RGB (Red+Green+Blue) = 17+67+45=129 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.18% from 129); Green value is 67 (26.56% from 255 or 51.94% from 129); Blue value is 45 (17.97% from 255 or 34.88% from 129); Max value from RGB is 67 - color contains mainly: green. Hex color #11432D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11432D is #EEBCD2. Grayscale: #313131. Windows color (decimal): -15645907 or 2966289. OLE color: 2966289.
HSL color Cylindrical-coordinate representation of color #11432D: hue angle of 153.6º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #11432D is Cyan = 0.75, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 17 | 67 | 45 | - |
| CMYK | 0.75 | 0 | 0.33 | 0.74 |
| HSL | 153.6º | 0.6% | 0.16% | - |
| HSV(B) | 153.6º | 0.75% | 0.26% | - |
| XYZ | 2.71 | 4.32 | 3.17 | - |
| YUV | 49.54 | 125.44 | 104.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 67 | 45 | 0.75 | 0 | 0.33 | 0.74 | 153.6 | 0.6 | 0.16 |
| Hex | 11 | 43 | 2D | 4B | 0 | 21 | 4A | 9A | 3C | 10 |
| Octal | 21 | 103 | 55 | 113 | 0 | 41 | 112 | 232 | 74 | 20 |
| Binary | 10001 | 1000011 | 101101 | 1001011 | 0 | 100001 | 1001010 | 10011010 | 111100 | 10000 |
Color Harmonies of #11432D
Complementary color
Monochromatic Colors of #11432D
Black with #11432D
Text Example
Text Example
White with #11432D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11432D; }
p { color: rgb(17,67,45); }
H1.HeaderClassName
{
color: #11432D;
}
.AnyTagClassName
{
color: #11432D;
}
</style>
background-color css
<style>
a { background-color: #11432D; }
a { background-color: rgb(17,67,45); }
div.DivClassName
{
background-color: #11432D;
}
.BgClassName
{
background-color: #11432D;
}
</style>
border-color css
<style>
span { border-color: #11432D; }
span { border-color: rgb(17,67,45); }
td.TdClassName
{
border-color: #11432D;
}
.TagClassName
{
border-color: #11432D;
}
</style>