Shades of Zuccini #124D24
Tints of Zuccini #124D24
RGB
CMYK
RGB Variations
Color information
#124D24 (or 0x124D24) is known color: Zuccini. HEX triplet: 12, 4D and 24. RGB value is (18,77,36). Sum of RGB (Red+Green+Blue) = 18+77+36=131 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.74% from 131); Green value is 77 (30.47% from 255 or 58.78% from 131); Blue value is 36 (14.45% from 255 or 27.48% from 131); Max value from RGB is 77 - color contains mainly: green. Hex color #124D24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124D24 is #EDB2DB. Grayscale: #363636. Windows color (decimal): -15577820 or 2379026. OLE color: 2379026.
HSL color Cylindrical-coordinate representation of color #124D24: hue angle of 138.31º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #124D24 is Cyan = 0.77, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 18 | 77 | 36 | - |
| CMYK | 0.77 | 0 | 0.53 | 0.70 |
| HSL | 138.31º | 0.62% | 0.19% | - |
| HSV(B) | 138.31º | 0.77% | 0.3% | - |
| XYZ | 3.22 | 5.56 | 2.57 | - |
| YUV | 54.69 | 117.45 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 36 | 0.77 | 0 | 0.53 | 0.70 | 138.31 | 0.62 | 0.19 |
| Hex | 12 | 4D | 24 | 4D | 0 | 35 | 46 | 8A | 3E | 13 |
| Octal | 22 | 115 | 44 | 115 | 0 | 65 | 106 | 212 | 76 | 23 |
| Binary | 10010 | 1001101 | 100100 | 1001101 | 0 | 110101 | 1000110 | 10001010 | 111110 | 10011 |
Color Harmonies of #124D24
Complementary color
Monochromatic Colors of #124D24
Black with #124D24
Text Example
Text Example
White with #124D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124D24; }
p { color: rgb(18,77,36); }
H1.HeaderClassName
{
color: #124D24;
}
.AnyTagClassName
{
color: #124D24;
}
</style>
background-color css
<style>
a { background-color: #124D24; }
a { background-color: rgb(18,77,36); }
div.DivClassName
{
background-color: #124D24;
}
.BgClassName
{
background-color: #124D24;
}
</style>
border-color css
<style>
span { border-color: #124D24; }
span { border-color: rgb(18,77,36); }
td.TdClassName
{
border-color: #124D24;
}
.TagClassName
{
border-color: #124D24;
}
</style>