Shades of Zuccini #114B2E
Tints of Zuccini #114B2E
RGB
CMYK
RGB Variations
Color information
#114B2E (or 0x114B2E) is known color: Zuccini. HEX triplet: 11, 4B and 2E. RGB value is (17,75,46). Sum of RGB (Red+Green+Blue) = 17+75+46=138 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.32% from 138); Green value is 75 (29.69% from 255 or 54.35% from 138); Blue value is 46 (18.36% from 255 or 33.33% from 138); Max value from RGB is 75 - color contains mainly: green. Hex color #114B2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114B2E is #EEB4D1. Grayscale: #363636. Windows color (decimal): -15643858 or 3033873. OLE color: 3033873.
HSL color Cylindrical-coordinate representation of color #114B2E: hue angle of 150º 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 #114B2E is Cyan = 0.77, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 75 | 46 | - |
| CMYK | 0.77 | 0 | 0.39 | 0.71 |
| HSL | 150º | 0.63% | 0.18% | - |
| HSV(B) | 150º | 0.77% | 0.29% | - |
| XYZ | 3.24 | 5.35 | 3.45 | - |
| YUV | 54.35 | 123.28 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 75 | 46 | 0.77 | 0 | 0.39 | 0.71 | 150 | 0.63 | 0.18 |
| Hex | 11 | 4B | 2E | 4D | 0 | 27 | 47 | 96 | 3F | 12 |
| Octal | 21 | 113 | 56 | 115 | 0 | 47 | 107 | 226 | 77 | 22 |
| Binary | 10001 | 1001011 | 101110 | 1001101 | 0 | 100111 | 1000111 | 10010110 | 111111 | 10010 |
Color Harmonies of #114B2E
Complementary color
Monochromatic Colors of #114B2E
Black with #114B2E
Text Example
Text Example
White with #114B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114B2E; }
p { color: rgb(17,75,46); }
H1.HeaderClassName
{
color: #114B2E;
}
.AnyTagClassName
{
color: #114B2E;
}
</style>
background-color css
<style>
a { background-color: #114B2E; }
a { background-color: rgb(17,75,46); }
div.DivClassName
{
background-color: #114B2E;
}
.BgClassName
{
background-color: #114B2E;
}
</style>
border-color css
<style>
span { border-color: #114B2E; }
span { border-color: rgb(17,75,46); }
td.TdClassName
{
border-color: #114B2E;
}
.TagClassName
{
border-color: #114B2E;
}
</style>