Shades of Zuccini #114229
Tints of Zuccini #114229
RGB
CMYK
RGB Variations
Color information
#114229 (or 0x114229) is known color: Zuccini. HEX triplet: 11, 42 and 29. RGB value is (17,66,41). Sum of RGB (Red+Green+Blue) = 17+66+41=124 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.71% from 124); Green value is 66 (26.17% from 255 or 53.23% from 124); Blue value is 41 (16.41% from 255 or 33.06% from 124); Max value from RGB is 66 - color contains mainly: green. Hex color #114229 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114229 is #EEBDD6. Grayscale: #303030. Windows color (decimal): -15646167 or 2703889. OLE color: 2703889.
HSL color Cylindrical-coordinate representation of color #114229: hue angle of 149.39º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #114229 is Cyan = 0.74, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 17 | 66 | 41 | - |
| CMYK | 0.74 | 0 | 0.38 | 0.74 |
| HSL | 149.39º | 0.59% | 0.16% | - |
| HSV(B) | 149.39º | 0.74% | 0.26% | - |
| XYZ | 2.58 | 4.18 | 2.77 | - |
| YUV | 48.5 | 123.77 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 66 | 41 | 0.74 | 0 | 0.38 | 0.74 | 149.39 | 0.59 | 0.16 |
| Hex | 11 | 42 | 29 | 4A | 0 | 26 | 4A | 95 | 3B | 10 |
| Octal | 21 | 102 | 51 | 112 | 0 | 46 | 112 | 225 | 73 | 20 |
| Binary | 10001 | 1000010 | 101001 | 1001010 | 0 | 100110 | 1001010 | 10010101 | 111011 | 10000 |
Color Harmonies of #114229
Complementary color
Monochromatic Colors of #114229
Black with #114229
Text Example
Text Example
White with #114229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114229; }
p { color: rgb(17,66,41); }
H1.HeaderClassName
{
color: #114229;
}
.AnyTagClassName
{
color: #114229;
}
</style>
background-color css
<style>
a { background-color: #114229; }
a { background-color: rgb(17,66,41); }
div.DivClassName
{
background-color: #114229;
}
.BgClassName
{
background-color: #114229;
}
</style>
border-color css
<style>
span { border-color: #114229; }
span { border-color: rgb(17,66,41); }
td.TdClassName
{
border-color: #114229;
}
.TagClassName
{
border-color: #114229;
}
</style>