Shades of Zuccini #11442F
Tints of Zuccini #11442F
RGB
CMYK
RGB Variations
Color information
#11442F (or 0x11442F) is known color: Zuccini. HEX triplet: 11, 44 and 2F. RGB value is (17,68,47). Sum of RGB (Red+Green+Blue) = 17+68+47=132 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.88% from 132); Green value is 68 (26.95% from 255 or 51.52% from 132); Blue value is 47 (18.75% from 255 or 35.61% from 132); Max value from RGB is 68 - color contains mainly: green. Hex color #11442F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11442F is #EEBBD0. Grayscale: #323232. Windows color (decimal): -15645649 or 3097617. OLE color: 3097617.
HSL color Cylindrical-coordinate representation of color #11442F: hue angle of 155.29º 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 #11442F is Cyan = 0.75, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 17 | 68 | 47 | - |
| CMYK | 0.75 | 0 | 0.31 | 0.73 |
| HSL | 155.29º | 0.6% | 0.17% | - |
| HSV(B) | 155.29º | 0.75% | 0.27% | - |
| XYZ | 2.81 | 4.46 | 3.4 | - |
| YUV | 50.36 | 126.1 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 68 | 47 | 0.75 | 0 | 0.31 | 0.73 | 155.29 | 0.6 | 0.17 |
| Hex | 11 | 44 | 2F | 4B | 0 | 1F | 49 | 9B | 3C | 11 |
| Octal | 21 | 104 | 57 | 113 | 0 | 37 | 111 | 233 | 74 | 21 |
| Binary | 10001 | 1000100 | 101111 | 1001011 | 0 | 11111 | 1001001 | 10011011 | 111100 | 10001 |
Color Harmonies of #11442F
Complementary color
Monochromatic Colors of #11442F
Black with #11442F
Text Example
Text Example
White with #11442F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11442F; }
p { color: rgb(17,68,47); }
H1.HeaderClassName
{
color: #11442F;
}
.AnyTagClassName
{
color: #11442F;
}
</style>
background-color css
<style>
a { background-color: #11442F; }
a { background-color: rgb(17,68,47); }
div.DivClassName
{
background-color: #11442F;
}
.BgClassName
{
background-color: #11442F;
}
</style>
border-color css
<style>
span { border-color: #11442F; }
span { border-color: rgb(17,68,47); }
td.TdClassName
{
border-color: #11442F;
}
.TagClassName
{
border-color: #11442F;
}
</style>