Shades of Zuccini #124E27
Tints of Zuccini #124E27
RGB
CMYK
RGB Variations
Color information
#124E27 (or 0x124E27) is known color: Zuccini. HEX triplet: 12, 4E and 27. RGB value is (18,78,39). Sum of RGB (Red+Green+Blue) = 18+78+39=135 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.33% from 135); Green value is 78 (30.86% from 255 or 57.78% from 135); Blue value is 39 (15.62% from 255 or 28.89% from 135); Max value from RGB is 78 - color contains mainly: green. Hex color #124E27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124E27 is #EDB1D8. Grayscale: #373737. Windows color (decimal): -15577561 or 2575890. OLE color: 2575890.
HSL color Cylindrical-coordinate representation of color #124E27: hue angle of 141º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #124E27 is Cyan = 0.77, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 78 | 39 | - |
| CMYK | 0.77 | 0 | 0.50 | 0.69 |
| HSL | 141º | 0.63% | 0.19% | - |
| HSV(B) | 141º | 0.77% | 0.31% | - |
| XYZ | 3.34 | 5.72 | 2.85 | - |
| YUV | 55.61 | 118.62 | 101.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 78 | 39 | 0.77 | 0 | 0.50 | 0.69 | 141 | 0.63 | 0.19 |
| Hex | 12 | 4E | 27 | 4D | 0 | 32 | 45 | 8D | 3E | 13 |
| Octal | 22 | 116 | 47 | 115 | 0 | 62 | 105 | 215 | 76 | 23 |
| Binary | 10010 | 1001110 | 100111 | 1001101 | 0 | 110010 | 1000101 | 10001101 | 111110 | 10011 |
Color Harmonies of #124E27
Complementary color
Monochromatic Colors of #124E27
Black with #124E27
Text Example
Text Example
White with #124E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124E27; }
p { color: rgb(18,78,39); }
H1.HeaderClassName
{
color: #124E27;
}
.AnyTagClassName
{
color: #124E27;
}
</style>
background-color css
<style>
a { background-color: #124E27; }
a { background-color: rgb(18,78,39); }
div.DivClassName
{
background-color: #124E27;
}
.BgClassName
{
background-color: #124E27;
}
</style>
border-color css
<style>
span { border-color: #124E27; }
span { border-color: rgb(18,78,39); }
td.TdClassName
{
border-color: #124E27;
}
.TagClassName
{
border-color: #124E27;
}
</style>