Shades of Zuccini #114028
Tints of Zuccini #114028
RGB
CMYK
RGB Variations
Color information
#114028 (or 0x114028) is known color: Zuccini. HEX triplet: 11, 40 and 28. RGB value is (17,64,40). Sum of RGB (Red+Green+Blue) = 17+64+40=121 (16% of max value = 765). Red value is 17 (7.03% from 255 or 14.05% from 121); Green value is 64 (25.39% from 255 or 52.89% from 121); Blue value is 40 (16.02% from 255 or 33.06% from 121); Max value from RGB is 64 - color contains mainly: green. Hex color #114028 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114028 is #EEBFD7. Grayscale: #2F2F2F. Windows color (decimal): -15646680 or 2637841. OLE color: 2637841.
HSL color Cylindrical-coordinate representation of color #114028: hue angle of 149.36º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #114028 is Cyan = 0.73, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 17 | 64 | 40 | - |
| CMYK | 0.73 | 0 | 0.38 | 0.75 |
| HSL | 149.36º | 0.58% | 0.16% | - |
| HSV(B) | 149.36º | 0.73% | 0.25% | - |
| XYZ | 2.45 | 3.94 | 2.64 | - |
| YUV | 47.21 | 123.93 | 106.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 64 | 40 | 0.73 | 0 | 0.38 | 0.75 | 149.36 | 0.58 | 0.16 |
| Hex | 11 | 40 | 28 | 49 | 0 | 26 | 4B | 95 | 3A | 10 |
| Octal | 21 | 100 | 50 | 111 | 0 | 46 | 113 | 225 | 72 | 20 |
| Binary | 10001 | 1000000 | 101000 | 1001001 | 0 | 100110 | 1001011 | 10010101 | 111010 | 10000 |
Color Harmonies of #114028
Complementary color
Monochromatic Colors of #114028
Black with #114028
Text Example
Text Example
White with #114028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114028; }
p { color: rgb(17,64,40); }
H1.HeaderClassName
{
color: #114028;
}
.AnyTagClassName
{
color: #114028;
}
</style>
background-color css
<style>
a { background-color: #114028; }
a { background-color: rgb(17,64,40); }
div.DivClassName
{
background-color: #114028;
}
.BgClassName
{
background-color: #114028;
}
</style>
border-color css
<style>
span { border-color: #114028; }
span { border-color: rgb(17,64,40); }
td.TdClassName
{
border-color: #114028;
}
.TagClassName
{
border-color: #114028;
}
</style>