Shades of Zuccini #11452B
Tints of Zuccini #11452B
RGB
CMYK
RGB Variations
Color information
#11452B (or 0x11452B) is known color: Zuccini. HEX triplet: 11, 45 and 2B. RGB value is (17,69,43). Sum of RGB (Red+Green+Blue) = 17+69+43=129 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.18% from 129); Green value is 69 (27.34% from 255 or 53.49% from 129); Blue value is 43 (17.19% from 255 or 33.33% from 129); Max value from RGB is 69 - color contains mainly: green. Hex color #11452B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11452B is #EEBAD4. Grayscale: #323232. Windows color (decimal): -15645397 or 2835729. OLE color: 2835729.
HSL color Cylindrical-coordinate representation of color #11452B: hue angle of 150º 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 #11452B is Cyan = 0.75, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 17 | 69 | 43 | - |
| CMYK | 0.75 | 0 | 0.38 | 0.73 |
| HSL | 150º | 0.6% | 0.17% | - |
| HSV(B) | 150º | 0.75% | 0.27% | - |
| XYZ | 2.8 | 4.55 | 3.02 | - |
| YUV | 50.49 | 123.77 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 69 | 43 | 0.75 | 0 | 0.38 | 0.73 | 150 | 0.6 | 0.17 |
| Hex | 11 | 45 | 2B | 4B | 0 | 26 | 49 | 96 | 3C | 11 |
| Octal | 21 | 105 | 53 | 113 | 0 | 46 | 111 | 226 | 74 | 21 |
| Binary | 10001 | 1000101 | 101011 | 1001011 | 0 | 100110 | 1001001 | 10010110 | 111100 | 10001 |
Color Harmonies of #11452B
Complementary color
Monochromatic Colors of #11452B
Black with #11452B
Text Example
Text Example
White with #11452B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11452B; }
p { color: rgb(17,69,43); }
H1.HeaderClassName
{
color: #11452B;
}
.AnyTagClassName
{
color: #11452B;
}
</style>
background-color css
<style>
a { background-color: #11452B; }
a { background-color: rgb(17,69,43); }
div.DivClassName
{
background-color: #11452B;
}
.BgClassName
{
background-color: #11452B;
}
</style>
border-color css
<style>
span { border-color: #11452B; }
span { border-color: rgb(17,69,43); }
td.TdClassName
{
border-color: #11452B;
}
.TagClassName
{
border-color: #11452B;
}
</style>