Shades of Zuccini #114725
Tints of Zuccini #114725
RGB
CMYK
RGB Variations
Color information
#114725 (or 0x114725) is known color: Zuccini. HEX triplet: 11, 47 and 25. RGB value is (17,71,37). Sum of RGB (Red+Green+Blue) = 17+71+37=125 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.6% from 125); Green value is 71 (28.12% from 255 or 56.8% from 125); Blue value is 37 (14.84% from 255 or 29.6% from 125); Max value from RGB is 71 - color contains mainly: green. Hex color #114725 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114725 is #EEB8DA. Grayscale: #333333. Windows color (decimal): -15644891 or 2443025. OLE color: 2443025.
HSL color Cylindrical-coordinate representation of color #114725: hue angle of 142.22º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #114725 is Cyan = 0.76, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 17 | 71 | 37 | - |
| CMYK | 0.76 | 0 | 0.48 | 0.72 |
| HSL | 142.22º | 0.61% | 0.17% | - |
| HSV(B) | 142.22º | 0.76% | 0.28% | - |
| XYZ | 2.82 | 4.76 | 2.52 | - |
| YUV | 50.98 | 120.11 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 71 | 37 | 0.76 | 0 | 0.48 | 0.72 | 142.22 | 0.61 | 0.17 |
| Hex | 11 | 47 | 25 | 4C | 0 | 30 | 48 | 8E | 3D | 11 |
| Octal | 21 | 107 | 45 | 114 | 0 | 60 | 110 | 216 | 75 | 21 |
| Binary | 10001 | 1000111 | 100101 | 1001100 | 0 | 110000 | 1001000 | 10001110 | 111101 | 10001 |
Color Harmonies of #114725
Complementary color
Monochromatic Colors of #114725
Black with #114725
Text Example
Text Example
White with #114725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114725; }
p { color: rgb(17,71,37); }
H1.HeaderClassName
{
color: #114725;
}
.AnyTagClassName
{
color: #114725;
}
</style>
background-color css
<style>
a { background-color: #114725; }
a { background-color: rgb(17,71,37); }
div.DivClassName
{
background-color: #114725;
}
.BgClassName
{
background-color: #114725;
}
</style>
border-color css
<style>
span { border-color: #114725; }
span { border-color: rgb(17,71,37); }
td.TdClassName
{
border-color: #114725;
}
.TagClassName
{
border-color: #114725;
}
</style>