Shades of Zuccini #114C23
Tints of Zuccini #114C23
RGB
CMYK
RGB Variations
Color information
#114C23 (or 0x114C23) is known color: Zuccini. HEX triplet: 11, 4C and 23. RGB value is (17,76,35). Sum of RGB (Red+Green+Blue) = 17+76+35=128 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.28% from 128); Green value is 76 (30.08% from 255 or 59.38% from 128); Blue value is 35 (14.06% from 255 or 27.34% from 128); Max value from RGB is 76 - color contains mainly: green. Hex color #114C23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114C23 is #EEB3DC. Grayscale: #353535. Windows color (decimal): -15643613 or 2313233. OLE color: 2313233.
HSL color Cylindrical-coordinate representation of color #114C23: hue angle of 138.31º degrees, saturation: 0.63, 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 #114C23 is Cyan = 0.78, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 17 | 76 | 35 | - |
| CMYK | 0.78 | 0 | 0.54 | 0.70 |
| HSL | 138.31º | 0.63% | 0.18% | - |
| HSV(B) | 138.31º | 0.78% | 0.3% | - |
| XYZ | 3.12 | 5.41 | 2.47 | - |
| YUV | 53.69 | 117.45 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 76 | 35 | 0.78 | 0 | 0.54 | 0.70 | 138.31 | 0.63 | 0.18 |
| Hex | 11 | 4C | 23 | 4E | 0 | 36 | 46 | 8A | 3F | 12 |
| Octal | 21 | 114 | 43 | 116 | 0 | 66 | 106 | 212 | 77 | 22 |
| Binary | 10001 | 1001100 | 100011 | 1001110 | 0 | 110110 | 1000110 | 10001010 | 111111 | 10010 |
Color Harmonies of #114C23
Complementary color
Monochromatic Colors of #114C23
Black with #114C23
Text Example
Text Example
White with #114C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114C23; }
p { color: rgb(17,76,35); }
H1.HeaderClassName
{
color: #114C23;
}
.AnyTagClassName
{
color: #114C23;
}
</style>
background-color css
<style>
a { background-color: #114C23; }
a { background-color: rgb(17,76,35); }
div.DivClassName
{
background-color: #114C23;
}
.BgClassName
{
background-color: #114C23;
}
</style>
border-color css
<style>
span { border-color: #114C23; }
span { border-color: rgb(17,76,35); }
td.TdClassName
{
border-color: #114C23;
}
.TagClassName
{
border-color: #114C23;
}
</style>