Shades of Zuccini #115030
Tints of Zuccini #115030
RGB
CMYK
RGB Variations
Color information
#115030 (or 0x115030) is known color: Zuccini. HEX triplet: 11, 50 and 30. RGB value is (17,80,48). Sum of RGB (Red+Green+Blue) = 17+80+48=145 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.72% from 145); Green value is 80 (31.64% from 255 or 55.17% from 145); Blue value is 48 (19.14% from 255 or 33.10% from 145); Max value from RGB is 80 - color contains mainly: green. Hex color #115030 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115030 is #EEAFCF. Grayscale: #393939. Windows color (decimal): -15642576 or 3166225. OLE color: 3166225.
HSL color Cylindrical-coordinate representation of color #115030: hue angle of 149.52º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #115030 is Cyan = 0.79, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 17 | 80 | 48 | - |
| CMYK | 0.79 | 0 | 0.40 | 0.69 |
| HSL | 149.52º | 0.65% | 0.19% | - |
| HSV(B) | 149.52º | 0.79% | 0.31% | - |
| XYZ | 3.63 | 6.07 | 3.78 | - |
| YUV | 57.52 | 122.63 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 80 | 48 | 0.79 | 0 | 0.40 | 0.69 | 149.52 | 0.65 | 0.19 |
| Hex | 11 | 50 | 30 | 4F | 0 | 28 | 45 | 96 | 41 | 13 |
| Octal | 21 | 120 | 60 | 117 | 0 | 50 | 105 | 226 | 101 | 23 |
| Binary | 10001 | 1010000 | 110000 | 1001111 | 0 | 101000 | 1000101 | 10010110 | 1000001 | 10011 |
Color Harmonies of #115030
Complementary color
Monochromatic Colors of #115030
Black with #115030
Text Example
Text Example
White with #115030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115030; }
p { color: rgb(17,80,48); }
H1.HeaderClassName
{
color: #115030;
}
.AnyTagClassName
{
color: #115030;
}
</style>
background-color css
<style>
a { background-color: #115030; }
a { background-color: rgb(17,80,48); }
div.DivClassName
{
background-color: #115030;
}
.BgClassName
{
background-color: #115030;
}
</style>
border-color css
<style>
span { border-color: #115030; }
span { border-color: rgb(17,80,48); }
td.TdClassName
{
border-color: #115030;
}
.TagClassName
{
border-color: #115030;
}
</style>