Shades of Zuccini #114928
Tints of Zuccini #114928
RGB
CMYK
RGB Variations
Color information
#114928 (or 0x114928) is known color: Zuccini. HEX triplet: 11, 49 and 28. RGB value is (17,73,40). Sum of RGB (Red+Green+Blue) = 17+73+40=130 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.08% from 130); Green value is 73 (28.91% from 255 or 56.15% from 130); Blue value is 40 (16.02% from 255 or 30.77% from 130); Max value from RGB is 73 - color contains mainly: green. Hex color #114928 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114928 is #EEB6D7. Grayscale: #343434. Windows color (decimal): -15644376 or 2640145. OLE color: 2640145.
HSL color Cylindrical-coordinate representation of color #114928: hue angle of 144.64º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #114928 is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 73 | 40 | - |
| CMYK | 0.77 | 0 | 0.45 | 0.71 |
| HSL | 144.64º | 0.62% | 0.18% | - |
| HSV(B) | 144.64º | 0.77% | 0.29% | - |
| XYZ | 3 | 5.04 | 2.82 | - |
| YUV | 52.49 | 120.95 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 73 | 40 | 0.77 | 0 | 0.45 | 0.71 | 144.64 | 0.62 | 0.18 |
| Hex | 11 | 49 | 28 | 4D | 0 | 2D | 47 | 91 | 3E | 12 |
| Octal | 21 | 111 | 50 | 115 | 0 | 55 | 107 | 221 | 76 | 22 |
| Binary | 10001 | 1001001 | 101000 | 1001101 | 0 | 101101 | 1000111 | 10010001 | 111110 | 10010 |
Color Harmonies of #114928
Complementary color
Monochromatic Colors of #114928
Black with #114928
Text Example
Text Example
White with #114928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114928; }
p { color: rgb(17,73,40); }
H1.HeaderClassName
{
color: #114928;
}
.AnyTagClassName
{
color: #114928;
}
</style>
background-color css
<style>
a { background-color: #114928; }
a { background-color: rgb(17,73,40); }
div.DivClassName
{
background-color: #114928;
}
.BgClassName
{
background-color: #114928;
}
</style>
border-color css
<style>
span { border-color: #114928; }
span { border-color: rgb(17,73,40); }
td.TdClassName
{
border-color: #114928;
}
.TagClassName
{
border-color: #114928;
}
</style>