Shades of Zuccini #114A27
Tints of Zuccini #114A27
RGB
CMYK
RGB Variations
Color information
#114A27 (or 0x114A27) is known color: Zuccini. HEX triplet: 11, 4A and 27. RGB value is (17,74,39). Sum of RGB (Red+Green+Blue) = 17+74+39=130 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.08% from 130); Green value is 74 (29.30% from 255 or 56.92% from 130); Blue value is 39 (15.62% from 255 or 30% from 130); Max value from RGB is 74 - color contains mainly: green. Hex color #114A27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114A27 is #EEB5D8. Grayscale: #353535. Windows color (decimal): -15644121 or 2574865. OLE color: 2574865.
HSL color Cylindrical-coordinate representation of color #114A27: hue angle of 143.16º 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 #114A27 is Cyan = 0.77, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 74 | 39 | - |
| CMYK | 0.77 | 0 | 0.47 | 0.71 |
| HSL | 143.16º | 0.63% | 0.18% | - |
| HSV(B) | 143.16º | 0.77% | 0.29% | - |
| XYZ | 3.05 | 5.16 | 2.76 | - |
| YUV | 52.97 | 120.12 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 74 | 39 | 0.77 | 0 | 0.47 | 0.71 | 143.16 | 0.63 | 0.18 |
| Hex | 11 | 4A | 27 | 4D | 0 | 2F | 47 | 8F | 3F | 12 |
| Octal | 21 | 112 | 47 | 115 | 0 | 57 | 107 | 217 | 77 | 22 |
| Binary | 10001 | 1001010 | 100111 | 1001101 | 0 | 101111 | 1000111 | 10001111 | 111111 | 10010 |
Color Harmonies of #114A27
Complementary color
Monochromatic Colors of #114A27
Black with #114A27
Text Example
Text Example
White with #114A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114A27; }
p { color: rgb(17,74,39); }
H1.HeaderClassName
{
color: #114A27;
}
.AnyTagClassName
{
color: #114A27;
}
</style>
background-color css
<style>
a { background-color: #114A27; }
a { background-color: rgb(17,74,39); }
div.DivClassName
{
background-color: #114A27;
}
.BgClassName
{
background-color: #114A27;
}
</style>
border-color css
<style>
span { border-color: #114A27; }
span { border-color: rgb(17,74,39); }
td.TdClassName
{
border-color: #114A27;
}
.TagClassName
{
border-color: #114A27;
}
</style>