Shades of Zuccini #11472C
Tints of Zuccini #11472C
RGB
CMYK
RGB Variations
Color information
#11472C (or 0x11472C) is known color: Zuccini. HEX triplet: 11, 47 and 2C. RGB value is (17,71,44). Sum of RGB (Red+Green+Blue) = 17+71+44=132 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.88% from 132); Green value is 71 (28.12% from 255 or 53.79% from 132); Blue value is 44 (17.58% from 255 or 33.33% from 132); Max value from RGB is 71 - color contains mainly: green. Hex color #11472C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11472C is #EEB8D3. Grayscale: #333333. Windows color (decimal): -15644884 or 2901777. OLE color: 2901777.
HSL color Cylindrical-coordinate representation of color #11472C: hue angle of 150º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #11472C is Cyan = 0.76, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 17 | 71 | 44 | - |
| CMYK | 0.76 | 0 | 0.38 | 0.72 |
| HSL | 150º | 0.61% | 0.17% | - |
| HSV(B) | 150º | 0.76% | 0.28% | - |
| XYZ | 2.94 | 4.81 | 3.16 | - |
| YUV | 51.78 | 123.61 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 71 | 44 | 0.76 | 0 | 0.38 | 0.72 | 150 | 0.61 | 0.17 |
| Hex | 11 | 47 | 2C | 4C | 0 | 26 | 48 | 96 | 3D | 11 |
| Octal | 21 | 107 | 54 | 114 | 0 | 46 | 110 | 226 | 75 | 21 |
| Binary | 10001 | 1000111 | 101100 | 1001100 | 0 | 100110 | 1001000 | 10010110 | 111101 | 10001 |
Color Harmonies of #11472C
Complementary color
Monochromatic Colors of #11472C
Black with #11472C
Text Example
Text Example
White with #11472C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11472C; }
p { color: rgb(17,71,44); }
H1.HeaderClassName
{
color: #11472C;
}
.AnyTagClassName
{
color: #11472C;
}
</style>
background-color css
<style>
a { background-color: #11472C; }
a { background-color: rgb(17,71,44); }
div.DivClassName
{
background-color: #11472C;
}
.BgClassName
{
background-color: #11472C;
}
</style>
border-color css
<style>
span { border-color: #11472C; }
span { border-color: rgb(17,71,44); }
td.TdClassName
{
border-color: #11472C;
}
.TagClassName
{
border-color: #11472C;
}
</style>