Shades of Zuccini #113D29
Tints of Zuccini #113D29
RGB
CMYK
RGB Variations
Color information
#113D29 (or 0x113D29) is known color: Zuccini. HEX triplet: 11, 3D and 29. RGB value is (17,61,41). Sum of RGB (Red+Green+Blue) = 17+61+41=119 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.29% from 119); Green value is 61 (24.22% from 255 or 51.26% from 119); Blue value is 41 (16.41% from 255 or 34.45% from 119); Max value from RGB is 61 - color contains mainly: green. Hex color #113D29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113D29 is #EEC2D6. Grayscale: #2D2D2D. Windows color (decimal): -15647447 or 2702609. OLE color: 2702609.
HSL color Cylindrical-coordinate representation of color #113D29: hue angle of 152.73º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #113D29 is Cyan = 0.72, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 17 | 61 | 41 | - |
| CMYK | 0.72 | 0 | 0.33 | 0.76 |
| HSL | 152.73º | 0.56% | 0.15% | - |
| HSV(B) | 152.73º | 0.72% | 0.24% | - |
| XYZ | 2.3 | 3.62 | 2.67 | - |
| YUV | 45.56 | 125.42 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 61 | 41 | 0.72 | 0 | 0.33 | 0.76 | 152.73 | 0.56 | 0.15 |
| Hex | 11 | 3D | 29 | 48 | 0 | 21 | 4C | 99 | 38 | F |
| Octal | 21 | 75 | 51 | 110 | 0 | 41 | 114 | 231 | 70 | 17 |
| Binary | 10001 | 111101 | 101001 | 1001000 | 0 | 100001 | 1001100 | 10011001 | 111000 | 1111 |
Color Harmonies of #113D29
Complementary color
Monochromatic Colors of #113D29
Black with #113D29
Text Example
Text Example
White with #113D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113D29; }
p { color: rgb(17,61,41); }
H1.HeaderClassName
{
color: #113D29;
}
.AnyTagClassName
{
color: #113D29;
}
</style>
background-color css
<style>
a { background-color: #113D29; }
a { background-color: rgb(17,61,41); }
div.DivClassName
{
background-color: #113D29;
}
.BgClassName
{
background-color: #113D29;
}
</style>
border-color css
<style>
span { border-color: #113D29; }
span { border-color: rgb(17,61,41); }
td.TdClassName
{
border-color: #113D29;
}
.TagClassName
{
border-color: #113D29;
}
</style>