Shades of Zuccini #114830
Tints of Zuccini #114830
RGB
CMYK
RGB Variations
Color information
#114830 (or 0x114830) is known color: Zuccini. HEX triplet: 11, 48 and 30. RGB value is (17,72,48). Sum of RGB (Red+Green+Blue) = 17+72+48=137 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.41% from 137); Green value is 72 (28.52% from 255 or 52.55% from 137); Blue value is 48 (19.14% from 255 or 35.04% from 137); Max value from RGB is 72 - color contains mainly: green. Hex color #114830 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114830 is #EEB7CF. Grayscale: #343434. Windows color (decimal): -15644624 or 3164177. OLE color: 3164177.
HSL color Cylindrical-coordinate representation of color #114830: hue angle of 153.82º degrees, saturation: 0.62, 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 #114830 is Cyan = 0.76, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 17 | 72 | 48 | - |
| CMYK | 0.76 | 0 | 0.33 | 0.72 |
| HSL | 153.82º | 0.62% | 0.17% | - |
| HSV(B) | 153.82º | 0.76% | 0.28% | - |
| XYZ | 3.08 | 4.97 | 3.59 | - |
| YUV | 52.82 | 125.28 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 72 | 48 | 0.76 | 0 | 0.33 | 0.72 | 153.82 | 0.62 | 0.17 |
| Hex | 11 | 48 | 30 | 4C | 0 | 21 | 48 | 9A | 3E | 11 |
| Octal | 21 | 110 | 60 | 114 | 0 | 41 | 110 | 232 | 76 | 21 |
| Binary | 10001 | 1001000 | 110000 | 1001100 | 0 | 100001 | 1001000 | 10011010 | 111110 | 10001 |
Color Harmonies of #114830
Complementary color
Monochromatic Colors of #114830
Black with #114830
Text Example
Text Example
White with #114830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114830; }
p { color: rgb(17,72,48); }
H1.HeaderClassName
{
color: #114830;
}
.AnyTagClassName
{
color: #114830;
}
</style>
background-color css
<style>
a { background-color: #114830; }
a { background-color: rgb(17,72,48); }
div.DivClassName
{
background-color: #114830;
}
.BgClassName
{
background-color: #114830;
}
</style>
border-color css
<style>
span { border-color: #114830; }
span { border-color: rgb(17,72,48); }
td.TdClassName
{
border-color: #114830;
}
.TagClassName
{
border-color: #114830;
}
</style>