Shades of Zuccini #114627
Tints of Zuccini #114627
RGB
CMYK
RGB Variations
Color information
#114627 (or 0x114627) is known color: Zuccini. HEX triplet: 11, 46 and 27. RGB value is (17,70,39). Sum of RGB (Red+Green+Blue) = 17+70+39=126 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.49% from 126); Green value is 70 (27.73% from 255 or 55.56% from 126); Blue value is 39 (15.62% from 255 or 30.95% from 126); Max value from RGB is 70 - color contains mainly: green. Hex color #114627 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114627 is #EEB9D8. Grayscale: #323232. Windows color (decimal): -15645145 or 2573841. OLE color: 2573841.
HSL color Cylindrical-coordinate representation of color #114627: hue angle of 144.91º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #114627 is Cyan = 0.76, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 17 | 70 | 39 | - |
| CMYK | 0.76 | 0 | 0.44 | 0.73 |
| HSL | 144.91º | 0.61% | 0.17% | - |
| HSV(B) | 144.91º | 0.76% | 0.27% | - |
| XYZ | 2.79 | 4.65 | 2.67 | - |
| YUV | 50.62 | 121.44 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 70 | 39 | 0.76 | 0 | 0.44 | 0.73 | 144.91 | 0.61 | 0.17 |
| Hex | 11 | 46 | 27 | 4C | 0 | 2C | 49 | 91 | 3D | 11 |
| Octal | 21 | 106 | 47 | 114 | 0 | 54 | 111 | 221 | 75 | 21 |
| Binary | 10001 | 1000110 | 100111 | 1001100 | 0 | 101100 | 1001001 | 10010001 | 111101 | 10001 |
Color Harmonies of #114627
Complementary color
Monochromatic Colors of #114627
Black with #114627
Text Example
Text Example
White with #114627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114627; }
p { color: rgb(17,70,39); }
H1.HeaderClassName
{
color: #114627;
}
.AnyTagClassName
{
color: #114627;
}
</style>
background-color css
<style>
a { background-color: #114627; }
a { background-color: rgb(17,70,39); }
div.DivClassName
{
background-color: #114627;
}
.BgClassName
{
background-color: #114627;
}
</style>
border-color css
<style>
span { border-color: #114627; }
span { border-color: rgb(17,70,39); }
td.TdClassName
{
border-color: #114627;
}
.TagClassName
{
border-color: #114627;
}
</style>