Shades of Zuccini #114529
Tints of Zuccini #114529
RGB
CMYK
RGB Variations
Color information
#114529 (or 0x114529) is known color: Zuccini. HEX triplet: 11, 45 and 29. RGB value is (17,69,41). Sum of RGB (Red+Green+Blue) = 17+69+41=127 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.39% from 127); Green value is 69 (27.34% from 255 or 54.33% from 127); Blue value is 41 (16.41% from 255 or 32.28% from 127); Max value from RGB is 69 - color contains mainly: green. Hex color #114529 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114529 is #EEBAD6. Grayscale: #323232. Windows color (decimal): -15645399 or 2704657. OLE color: 2704657.
HSL color Cylindrical-coordinate representation of color #114529: hue angle of 147.69º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #114529 is Cyan = 0.75, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 17 | 69 | 41 | - |
| CMYK | 0.75 | 0 | 0.41 | 0.73 |
| HSL | 147.69º | 0.6% | 0.17% | - |
| HSV(B) | 147.69º | 0.75% | 0.27% | - |
| XYZ | 2.76 | 4.54 | 2.83 | - |
| YUV | 50.26 | 122.77 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 69 | 41 | 0.75 | 0 | 0.41 | 0.73 | 147.69 | 0.6 | 0.17 |
| Hex | 11 | 45 | 29 | 4B | 0 | 29 | 49 | 94 | 3C | 11 |
| Octal | 21 | 105 | 51 | 113 | 0 | 51 | 111 | 224 | 74 | 21 |
| Binary | 10001 | 1000101 | 101001 | 1001011 | 0 | 101001 | 1001001 | 10010100 | 111100 | 10001 |
Color Harmonies of #114529
Complementary color
Monochromatic Colors of #114529
Black with #114529
Text Example
Text Example
White with #114529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114529; }
p { color: rgb(17,69,41); }
H1.HeaderClassName
{
color: #114529;
}
.AnyTagClassName
{
color: #114529;
}
</style>
background-color css
<style>
a { background-color: #114529; }
a { background-color: rgb(17,69,41); }
div.DivClassName
{
background-color: #114529;
}
.BgClassName
{
background-color: #114529;
}
</style>
border-color css
<style>
span { border-color: #114529; }
span { border-color: rgb(17,69,41); }
td.TdClassName
{
border-color: #114529;
}
.TagClassName
{
border-color: #114529;
}
</style>