Shades of Zuccini #113D28
Tints of Zuccini #113D28
RGB
CMYK
RGB Variations
Color information
#113D28 (or 0x113D28) is known color: Zuccini. HEX triplet: 11, 3D and 28. RGB value is (17,61,40). Sum of RGB (Red+Green+Blue) = 17+61+40=118 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.41% from 118); Green value is 61 (24.22% from 255 or 51.69% from 118); Blue value is 40 (16.02% from 255 or 33.90% from 118); Max value from RGB is 61 - color contains mainly: green. Hex color #113D28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113D28 is #EEC2D7. Grayscale: #2D2D2D. Windows color (decimal): -15647448 or 2637073. OLE color: 2637073.
HSL color Cylindrical-coordinate representation of color #113D28: hue angle of 151.36º 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 #113D28 is Cyan = 0.72, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 17 | 61 | 40 | - |
| CMYK | 0.72 | 0 | 0.34 | 0.76 |
| HSL | 151.36º | 0.56% | 0.15% | - |
| HSV(B) | 151.36º | 0.72% | 0.24% | - |
| XYZ | 2.28 | 3.61 | 2.58 | - |
| YUV | 45.45 | 124.92 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 61 | 40 | 0.72 | 0 | 0.34 | 0.76 | 151.36 | 0.56 | 0.15 |
| Hex | 11 | 3D | 28 | 48 | 0 | 22 | 4C | 97 | 38 | F |
| Octal | 21 | 75 | 50 | 110 | 0 | 42 | 114 | 227 | 70 | 17 |
| Binary | 10001 | 111101 | 101000 | 1001000 | 0 | 100010 | 1001100 | 10010111 | 111000 | 1111 |
Color Harmonies of #113D28
Complementary color
Monochromatic Colors of #113D28
Black with #113D28
Text Example
Text Example
White with #113D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113D28; }
p { color: rgb(17,61,40); }
H1.HeaderClassName
{
color: #113D28;
}
.AnyTagClassName
{
color: #113D28;
}
</style>
background-color css
<style>
a { background-color: #113D28; }
a { background-color: rgb(17,61,40); }
div.DivClassName
{
background-color: #113D28;
}
.BgClassName
{
background-color: #113D28;
}
</style>
border-color css
<style>
span { border-color: #113D28; }
span { border-color: rgb(17,61,40); }
td.TdClassName
{
border-color: #113D28;
}
.TagClassName
{
border-color: #113D28;
}
</style>