Shades of Zuccini #114D2E
Tints of Zuccini #114D2E
RGB
CMYK
RGB Variations
Color information
#114D2E (or 0x114D2E) is known color: Zuccini. HEX triplet: 11, 4D and 2E. RGB value is (17,77,46). Sum of RGB (Red+Green+Blue) = 17+77+46=140 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.14% from 140); Green value is 77 (30.47% from 255 or 55% from 140); Blue value is 46 (18.36% from 255 or 32.86% from 140); Max value from RGB is 77 - color contains mainly: green. Hex color #114D2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #114D2E is #EEB2D1. Grayscale: #373737. Windows color (decimal): -15643346 or 3034385. OLE color: 3034385.
HSL color Cylindrical-coordinate representation of color #114D2E: hue angle of 149º 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 #114D2E is Cyan = 0.78, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 17 | 77 | 46 | - |
| CMYK | 0.78 | 0 | 0.40 | 0.70 |
| HSL | 149º | 0.64% | 0.18% | - |
| HSV(B) | 149º | 0.78% | 0.3% | - |
| XYZ | 3.38 | 5.62 | 3.49 | - |
| YUV | 55.53 | 122.62 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 77 | 46 | 0.78 | 0 | 0.40 | 0.70 | 149 | 0.64 | 0.18 |
| Hex | 11 | 4D | 2E | 4E | 0 | 28 | 46 | 95 | 40 | 12 |
| Octal | 21 | 115 | 56 | 116 | 0 | 50 | 106 | 225 | 100 | 22 |
| Binary | 10001 | 1001101 | 101110 | 1001110 | 0 | 101000 | 1000110 | 10010101 | 1000000 | 10010 |
Color Harmonies of #114D2E
Complementary color
Monochromatic Colors of #114D2E
Black with #114D2E
Text Example
Text Example
White with #114D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114D2E; }
p { color: rgb(17,77,46); }
H1.HeaderClassName
{
color: #114D2E;
}
.AnyTagClassName
{
color: #114D2E;
}
</style>
background-color css
<style>
a { background-color: #114D2E; }
a { background-color: rgb(17,77,46); }
div.DivClassName
{
background-color: #114D2E;
}
.BgClassName
{
background-color: #114D2E;
}
</style>
border-color css
<style>
span { border-color: #114D2E; }
span { border-color: rgb(17,77,46); }
td.TdClassName
{
border-color: #114D2E;
}
.TagClassName
{
border-color: #114D2E;
}
</style>