Shades of Zuccini #115130
Tints of Zuccini #115130
RGB
CMYK
RGB Variations
Color information
#115130 (or 0x115130) is known color: Zuccini. HEX triplet: 11, 51 and 30. RGB value is (17,81,48). Sum of RGB (Red+Green+Blue) = 17+81+48=146 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.64% from 146); Green value is 81 (32.03% from 255 or 55.48% from 146); Blue value is 48 (19.14% from 255 or 32.88% from 146); Max value from RGB is 81 - color contains mainly: green. Hex color #115130 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115130 is #EEAECF. Grayscale: #3A3A3A. Windows color (decimal): -15642320 or 3166481. OLE color: 3166481.
HSL color Cylindrical-coordinate representation of color #115130: hue angle of 149.06º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #115130 is Cyan = 0.79, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 17 | 81 | 48 | - |
| CMYK | 0.79 | 0 | 0.41 | 0.68 |
| HSL | 149.06º | 0.65% | 0.19% | - |
| HSV(B) | 149.06º | 0.79% | 0.32% | - |
| XYZ | 3.71 | 6.22 | 3.8 | - |
| YUV | 58.1 | 122.3 | 98.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 81 | 48 | 0.79 | 0 | 0.41 | 0.68 | 149.06 | 0.65 | 0.19 |
| Hex | 11 | 51 | 30 | 4F | 0 | 29 | 44 | 95 | 41 | 13 |
| Octal | 21 | 121 | 60 | 117 | 0 | 51 | 104 | 225 | 101 | 23 |
| Binary | 10001 | 1010001 | 110000 | 1001111 | 0 | 101001 | 1000100 | 10010101 | 1000001 | 10011 |
Color Harmonies of #115130
Complementary color
Monochromatic Colors of #115130
Black with #115130
Text Example
Text Example
White with #115130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115130; }
p { color: rgb(17,81,48); }
H1.HeaderClassName
{
color: #115130;
}
.AnyTagClassName
{
color: #115130;
}
</style>
background-color css
<style>
a { background-color: #115130; }
a { background-color: rgb(17,81,48); }
div.DivClassName
{
background-color: #115130;
}
.BgClassName
{
background-color: #115130;
}
</style>
border-color css
<style>
span { border-color: #115130; }
span { border-color: rgb(17,81,48); }
td.TdClassName
{
border-color: #115130;
}
.TagClassName
{
border-color: #115130;
}
</style>