Shades of Zuccini #114925
Tints of Zuccini #114925
RGB
CMYK
RGB Variations
Color information
#114925 (or 0x114925) is known color: Zuccini. HEX triplet: 11, 49 and 25. RGB value is (17,73,37). Sum of RGB (Red+Green+Blue) = 17+73+37=127 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.39% from 127); Green value is 73 (28.91% from 255 or 57.48% from 127); Blue value is 37 (14.84% from 255 or 29.13% from 127); Max value from RGB is 73 - color contains mainly: green. Hex color #114925 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114925 is #EEB6DA. Grayscale: #343434. Windows color (decimal): -15644379 or 2443537. OLE color: 2443537.
HSL color Cylindrical-coordinate representation of color #114925: hue angle of 141.43º degrees, saturation: 0.62, 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 #114925 is Cyan = 0.77, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 73 | 37 | - |
| CMYK | 0.77 | 0 | 0.49 | 0.71 |
| HSL | 141.43º | 0.62% | 0.18% | - |
| HSV(B) | 141.43º | 0.77% | 0.29% | - |
| XYZ | 2.95 | 5.02 | 2.56 | - |
| YUV | 52.15 | 119.45 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 73 | 37 | 0.77 | 0 | 0.49 | 0.71 | 141.43 | 0.62 | 0.18 |
| Hex | 11 | 49 | 25 | 4D | 0 | 31 | 47 | 8D | 3E | 12 |
| Octal | 21 | 111 | 45 | 115 | 0 | 61 | 107 | 215 | 76 | 22 |
| Binary | 10001 | 1001001 | 100101 | 1001101 | 0 | 110001 | 1000111 | 10001101 | 111110 | 10010 |
Color Harmonies of #114925
Complementary color
Monochromatic Colors of #114925
Black with #114925
Text Example
Text Example
White with #114925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114925; }
p { color: rgb(17,73,37); }
H1.HeaderClassName
{
color: #114925;
}
.AnyTagClassName
{
color: #114925;
}
</style>
background-color css
<style>
a { background-color: #114925; }
a { background-color: rgb(17,73,37); }
div.DivClassName
{
background-color: #114925;
}
.BgClassName
{
background-color: #114925;
}
</style>
border-color css
<style>
span { border-color: #114925; }
span { border-color: rgb(17,73,37); }
td.TdClassName
{
border-color: #114925;
}
.TagClassName
{
border-color: #114925;
}
</style>