Shades of Zuccini #114D2C
Tints of Zuccini #114D2C
RGB
CMYK
RGB Variations
Color information
#114D2C (or 0x114D2C) is known color: Zuccini. HEX triplet: 11, 4D and 2C. RGB value is (17,77,44). Sum of RGB (Red+Green+Blue) = 17+77+44=138 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.32% from 138); Green value is 77 (30.47% from 255 or 55.80% from 138); Blue value is 44 (17.58% from 255 or 31.88% from 138); Max value from RGB is 77 - color contains mainly: green. Hex color #114D2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #114D2C is #EEB2D3. Grayscale: #373737. Windows color (decimal): -15643348 or 2903313. OLE color: 2903313.
HSL color Cylindrical-coordinate representation of color #114D2C: hue angle of 147º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #114D2C is Cyan = 0.78, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 17 | 77 | 44 | - |
| CMYK | 0.78 | 0 | 0.43 | 0.70 |
| HSL | 147º | 0.64% | 0.18% | - |
| HSV(B) | 147º | 0.78% | 0.3% | - |
| XYZ | 3.34 | 5.61 | 3.29 | - |
| YUV | 55.3 | 121.62 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 77 | 44 | 0.78 | 0 | 0.43 | 0.70 | 147 | 0.64 | 0.18 |
| Hex | 11 | 4D | 2C | 4E | 0 | 2B | 46 | 93 | 40 | 12 |
| Octal | 21 | 115 | 54 | 116 | 0 | 53 | 106 | 223 | 100 | 22 |
| Binary | 10001 | 1001101 | 101100 | 1001110 | 0 | 101011 | 1000110 | 10010011 | 1000000 | 10010 |
Color Harmonies of #114D2C
Complementary color
Monochromatic Colors of #114D2C
Black with #114D2C
Text Example
Text Example
White with #114D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114D2C; }
p { color: rgb(17,77,44); }
H1.HeaderClassName
{
color: #114D2C;
}
.AnyTagClassName
{
color: #114D2C;
}
</style>
background-color css
<style>
a { background-color: #114D2C; }
a { background-color: rgb(17,77,44); }
div.DivClassName
{
background-color: #114D2C;
}
.BgClassName
{
background-color: #114D2C;
}
</style>
border-color css
<style>
span { border-color: #114D2C; }
span { border-color: rgb(17,77,44); }
td.TdClassName
{
border-color: #114D2C;
}
.TagClassName
{
border-color: #114D2C;
}
</style>