Shades of Zuccini #114B24
Tints of Zuccini #114B24
RGB
CMYK
RGB Variations
Color information
#114B24 (or 0x114B24) is known color: Zuccini. HEX triplet: 11, 4B and 24. RGB value is (17,75,36). Sum of RGB (Red+Green+Blue) = 17+75+36=128 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.28% from 128); Green value is 75 (29.69% from 255 or 58.59% from 128); Blue value is 36 (14.45% from 255 or 28.12% from 128); Max value from RGB is 75 - color contains mainly: green. Hex color #114B24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114B24 is #EEB4DB. Grayscale: #353535. Windows color (decimal): -15643868 or 2378513. OLE color: 2378513.
HSL color Cylindrical-coordinate representation of color #114B24: hue angle of 139.66º degrees, saturation: 0.63, 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 #114B24 is Cyan = 0.77, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 75 | 36 | - |
| CMYK | 0.77 | 0 | 0.52 | 0.71 |
| HSL | 139.66º | 0.63% | 0.18% | - |
| HSV(B) | 139.66º | 0.77% | 0.29% | - |
| XYZ | 3.07 | 5.28 | 2.53 | - |
| YUV | 53.21 | 118.28 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 75 | 36 | 0.77 | 0 | 0.52 | 0.71 | 139.66 | 0.63 | 0.18 |
| Hex | 11 | 4B | 24 | 4D | 0 | 34 | 47 | 8C | 3F | 12 |
| Octal | 21 | 113 | 44 | 115 | 0 | 64 | 107 | 214 | 77 | 22 |
| Binary | 10001 | 1001011 | 100100 | 1001101 | 0 | 110100 | 1000111 | 10001100 | 111111 | 10010 |
Color Harmonies of #114B24
Complementary color
Monochromatic Colors of #114B24
Black with #114B24
Text Example
Text Example
White with #114B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114B24; }
p { color: rgb(17,75,36); }
H1.HeaderClassName
{
color: #114B24;
}
.AnyTagClassName
{
color: #114B24;
}
</style>
background-color css
<style>
a { background-color: #114B24; }
a { background-color: rgb(17,75,36); }
div.DivClassName
{
background-color: #114B24;
}
.BgClassName
{
background-color: #114B24;
}
</style>
border-color css
<style>
span { border-color: #114B24; }
span { border-color: rgb(17,75,36); }
td.TdClassName
{
border-color: #114B24;
}
.TagClassName
{
border-color: #114B24;
}
</style>