Shades of Zuccini #124D27
Tints of Zuccini #124D27
RGB
CMYK
RGB Variations
Color information
#124D27 (or 0x124D27) is known color: Zuccini. HEX triplet: 12, 4D and 27. RGB value is (18,77,39). Sum of RGB (Red+Green+Blue) = 18+77+39=134 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.43% from 134); Green value is 77 (30.47% from 255 or 57.46% from 134); Blue value is 39 (15.62% from 255 or 29.10% from 134); Max value from RGB is 77 - color contains mainly: green. Hex color #124D27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124D27 is #EDB2D8. Grayscale: #373737. Windows color (decimal): -15577817 or 2575634. OLE color: 2575634.
HSL color Cylindrical-coordinate representation of color #124D27: hue angle of 141.36º 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 #124D27 is Cyan = 0.77, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 18 | 77 | 39 | - |
| CMYK | 0.77 | 0 | 0.49 | 0.70 |
| HSL | 141.36º | 0.62% | 0.19% | - |
| HSV(B) | 141.36º | 0.77% | 0.3% | - |
| XYZ | 3.27 | 5.58 | 2.82 | - |
| YUV | 55.03 | 118.95 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 39 | 0.77 | 0 | 0.49 | 0.70 | 141.36 | 0.62 | 0.19 |
| Hex | 12 | 4D | 27 | 4D | 0 | 31 | 46 | 8D | 3E | 13 |
| Octal | 22 | 115 | 47 | 115 | 0 | 61 | 106 | 215 | 76 | 23 |
| Binary | 10010 | 1001101 | 100111 | 1001101 | 0 | 110001 | 1000110 | 10001101 | 111110 | 10011 |
Color Harmonies of #124D27
Complementary color
Monochromatic Colors of #124D27
Black with #124D27
Text Example
Text Example
White with #124D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124D27; }
p { color: rgb(18,77,39); }
H1.HeaderClassName
{
color: #124D27;
}
.AnyTagClassName
{
color: #124D27;
}
</style>
background-color css
<style>
a { background-color: #124D27; }
a { background-color: rgb(18,77,39); }
div.DivClassName
{
background-color: #124D27;
}
.BgClassName
{
background-color: #124D27;
}
</style>
border-color css
<style>
span { border-color: #124D27; }
span { border-color: rgb(18,77,39); }
td.TdClassName
{
border-color: #124D27;
}
.TagClassName
{
border-color: #124D27;
}
</style>