Shades of Zuccini #11472D
Tints of Zuccini #11472D
RGB
CMYK
RGB Variations
Color information
#11472D (or 0x11472D) is known color: Zuccini. HEX triplet: 11, 47 and 2D. RGB value is (17,71,45). Sum of RGB (Red+Green+Blue) = 17+71+45=133 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.78% from 133); Green value is 71 (28.12% from 255 or 53.38% from 133); Blue value is 45 (17.97% from 255 or 33.83% from 133); Max value from RGB is 71 - color contains mainly: green. Hex color #11472D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11472D is #EEB8D2. Grayscale: #333333. Windows color (decimal): -15644883 or 2967313. OLE color: 2967313.
HSL color Cylindrical-coordinate representation of color #11472D: hue angle of 151.11º 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 #11472D is Cyan = 0.76, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 17 | 71 | 45 | - |
| CMYK | 0.76 | 0 | 0.37 | 0.72 |
| HSL | 151.11º | 0.61% | 0.17% | - |
| HSV(B) | 151.11º | 0.76% | 0.28% | - |
| XYZ | 2.96 | 4.82 | 3.26 | - |
| YUV | 51.89 | 124.11 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 71 | 45 | 0.76 | 0 | 0.37 | 0.72 | 151.11 | 0.61 | 0.17 |
| Hex | 11 | 47 | 2D | 4C | 0 | 25 | 48 | 97 | 3D | 11 |
| Octal | 21 | 107 | 55 | 114 | 0 | 45 | 110 | 227 | 75 | 21 |
| Binary | 10001 | 1000111 | 101101 | 1001100 | 0 | 100101 | 1001000 | 10010111 | 111101 | 10001 |
Color Harmonies of #11472D
Complementary color
Monochromatic Colors of #11472D
Black with #11472D
Text Example
Text Example
White with #11472D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11472D; }
p { color: rgb(17,71,45); }
H1.HeaderClassName
{
color: #11472D;
}
.AnyTagClassName
{
color: #11472D;
}
</style>
background-color css
<style>
a { background-color: #11472D; }
a { background-color: rgb(17,71,45); }
div.DivClassName
{
background-color: #11472D;
}
.BgClassName
{
background-color: #11472D;
}
</style>
border-color css
<style>
span { border-color: #11472D; }
span { border-color: rgb(17,71,45); }
td.TdClassName
{
border-color: #11472D;
}
.TagClassName
{
border-color: #11472D;
}
</style>