Shades of Zuccini #11452E
Tints of Zuccini #11452E
RGB
CMYK
RGB Variations
Color information
#11452E (or 0x11452E) is known color: Zuccini. HEX triplet: 11, 45 and 2E. RGB value is (17,69,46). Sum of RGB (Red+Green+Blue) = 17+69+46=132 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.88% from 132); Green value is 69 (27.34% from 255 or 52.27% from 132); Blue value is 46 (18.36% from 255 or 34.85% from 132); Max value from RGB is 69 - color contains mainly: green. Hex color #11452E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11452E is #EEBAD1. Grayscale: #323232. Windows color (decimal): -15645394 or 3032337. OLE color: 3032337.
HSL color Cylindrical-coordinate representation of color #11452E: hue angle of 153.46º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #11452E is Cyan = 0.75, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 17 | 69 | 46 | - |
| CMYK | 0.75 | 0 | 0.33 | 0.73 |
| HSL | 153.46º | 0.6% | 0.17% | - |
| HSV(B) | 153.46º | 0.75% | 0.27% | - |
| XYZ | 2.85 | 4.57 | 3.32 | - |
| YUV | 50.83 | 125.27 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 69 | 46 | 0.75 | 0 | 0.33 | 0.73 | 153.46 | 0.6 | 0.17 |
| Hex | 11 | 45 | 2E | 4B | 0 | 21 | 49 | 99 | 3C | 11 |
| Octal | 21 | 105 | 56 | 113 | 0 | 41 | 111 | 231 | 74 | 21 |
| Binary | 10001 | 1000101 | 101110 | 1001011 | 0 | 100001 | 1001001 | 10011001 | 111100 | 10001 |
Color Harmonies of #11452E
Complementary color
Monochromatic Colors of #11452E
Black with #11452E
Text Example
Text Example
White with #11452E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11452E; }
p { color: rgb(17,69,46); }
H1.HeaderClassName
{
color: #11452E;
}
.AnyTagClassName
{
color: #11452E;
}
</style>
background-color css
<style>
a { background-color: #11452E; }
a { background-color: rgb(17,69,46); }
div.DivClassName
{
background-color: #11452E;
}
.BgClassName
{
background-color: #11452E;
}
</style>
border-color css
<style>
span { border-color: #11452E; }
span { border-color: rgb(17,69,46); }
td.TdClassName
{
border-color: #11452E;
}
.TagClassName
{
border-color: #11452E;
}
</style>