Shades of Zuccini #114B25
Tints of Zuccini #114B25
RGB
CMYK
RGB Variations
Color information
#114B25 (or 0x114B25) is known color: Zuccini. HEX triplet: 11, 4B and 25. RGB value is (17,75,37). Sum of RGB (Red+Green+Blue) = 17+75+37=129 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.18% from 129); Green value is 75 (29.69% from 255 or 58.14% from 129); Blue value is 37 (14.84% from 255 or 28.68% from 129); Max value from RGB is 75 - color contains mainly: green. Hex color #114B25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114B25 is #EEB4DA. Grayscale: #353535. Windows color (decimal): -15643867 or 2444049. OLE color: 2444049.
HSL color Cylindrical-coordinate representation of color #114B25: hue angle of 140.69º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #114B25 is Cyan = 0.77, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 75 | 37 | - |
| CMYK | 0.77 | 0 | 0.51 | 0.71 |
| HSL | 140.69º | 0.63% | 0.18% | - |
| HSV(B) | 140.69º | 0.77% | 0.29% | - |
| XYZ | 3.08 | 5.28 | 2.61 | - |
| YUV | 53.33 | 118.78 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 75 | 37 | 0.77 | 0 | 0.51 | 0.71 | 140.69 | 0.63 | 0.18 |
| Hex | 11 | 4B | 25 | 4D | 0 | 33 | 47 | 8D | 3F | 12 |
| Octal | 21 | 113 | 45 | 115 | 0 | 63 | 107 | 215 | 77 | 22 |
| Binary | 10001 | 1001011 | 100101 | 1001101 | 0 | 110011 | 1000111 | 10001101 | 111111 | 10010 |
Color Harmonies of #114B25
Complementary color
Monochromatic Colors of #114B25
Black with #114B25
Text Example
Text Example
White with #114B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114B25; }
p { color: rgb(17,75,37); }
H1.HeaderClassName
{
color: #114B25;
}
.AnyTagClassName
{
color: #114B25;
}
</style>
background-color css
<style>
a { background-color: #114B25; }
a { background-color: rgb(17,75,37); }
div.DivClassName
{
background-color: #114B25;
}
.BgClassName
{
background-color: #114B25;
}
</style>
border-color css
<style>
span { border-color: #114B25; }
span { border-color: rgb(17,75,37); }
td.TdClassName
{
border-color: #114B25;
}
.TagClassName
{
border-color: #114B25;
}
</style>