Shades of Zuccini #11482E
Tints of Zuccini #11482E
RGB
CMYK
RGB Variations
Color information
#11482E (or 0x11482E) is known color: Zuccini. HEX triplet: 11, 48 and 2E. RGB value is (17,72,46). Sum of RGB (Red+Green+Blue) = 17+72+46=135 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.59% from 135); Green value is 72 (28.52% from 255 or 53.33% from 135); Blue value is 46 (18.36% from 255 or 34.07% from 135); Max value from RGB is 72 - color contains mainly: green. Hex color #11482E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11482E is #EEB7D1. Grayscale: #343434. Windows color (decimal): -15644626 or 3033105. OLE color: 3033105.
HSL color Cylindrical-coordinate representation of color #11482E: hue angle of 151.64º degrees, saturation: 0.62, 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 #11482E is Cyan = 0.76, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 17 | 72 | 46 | - |
| CMYK | 0.76 | 0 | 0.36 | 0.72 |
| HSL | 151.64º | 0.62% | 0.17% | - |
| HSV(B) | 151.64º | 0.76% | 0.28% | - |
| XYZ | 3.04 | 4.95 | 3.38 | - |
| YUV | 52.59 | 124.28 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 72 | 46 | 0.76 | 0 | 0.36 | 0.72 | 151.64 | 0.62 | 0.17 |
| Hex | 11 | 48 | 2E | 4C | 0 | 24 | 48 | 98 | 3E | 11 |
| Octal | 21 | 110 | 56 | 114 | 0 | 44 | 110 | 230 | 76 | 21 |
| Binary | 10001 | 1001000 | 101110 | 1001100 | 0 | 100100 | 1001000 | 10011000 | 111110 | 10001 |
Color Harmonies of #11482E
Complementary color
Monochromatic Colors of #11482E
Black with #11482E
Text Example
Text Example
White with #11482E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11482E; }
p { color: rgb(17,72,46); }
H1.HeaderClassName
{
color: #11482E;
}
.AnyTagClassName
{
color: #11482E;
}
</style>
background-color css
<style>
a { background-color: #11482E; }
a { background-color: rgb(17,72,46); }
div.DivClassName
{
background-color: #11482E;
}
.BgClassName
{
background-color: #11482E;
}
</style>
border-color css
<style>
span { border-color: #11482E; }
span { border-color: rgb(17,72,46); }
td.TdClassName
{
border-color: #11482E;
}
.TagClassName
{
border-color: #11482E;
}
</style>