Shades of Zuccini #124D25
Tints of Zuccini #124D25
RGB
CMYK
RGB Variations
Color information
#124D25 (or 0x124D25) is known color: Zuccini. HEX triplet: 12, 4D and 25. RGB value is (18,77,37). Sum of RGB (Red+Green+Blue) = 18+77+37=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 77 (30.47% from 255 or 58.33% from 132); Blue value is 37 (14.84% from 255 or 28.03% from 132); Max value from RGB is 77 - color contains mainly: green. Hex color #124D25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124D25 is #EDB2DA. Grayscale: #363636. Windows color (decimal): -15577819 or 2444562. OLE color: 2444562.
HSL color Cylindrical-coordinate representation of color #124D25: hue angle of 139.32º 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 #124D25 is Cyan = 0.77, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 18 | 77 | 37 | - |
| CMYK | 0.77 | 0 | 0.52 | 0.70 |
| HSL | 139.32º | 0.62% | 0.19% | - |
| HSV(B) | 139.32º | 0.77% | 0.3% | - |
| XYZ | 3.24 | 5.57 | 2.65 | - |
| YUV | 54.8 | 117.95 | 101.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 37 | 0.77 | 0 | 0.52 | 0.70 | 139.32 | 0.62 | 0.19 |
| Hex | 12 | 4D | 25 | 4D | 0 | 34 | 46 | 8B | 3E | 13 |
| Octal | 22 | 115 | 45 | 115 | 0 | 64 | 106 | 213 | 76 | 23 |
| Binary | 10010 | 1001101 | 100101 | 1001101 | 0 | 110100 | 1000110 | 10001011 | 111110 | 10011 |
Color Harmonies of #124D25
Complementary color
Monochromatic Colors of #124D25
Black with #124D25
Text Example
Text Example
White with #124D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124D25; }
p { color: rgb(18,77,37); }
H1.HeaderClassName
{
color: #124D25;
}
.AnyTagClassName
{
color: #124D25;
}
</style>
background-color css
<style>
a { background-color: #124D25; }
a { background-color: rgb(18,77,37); }
div.DivClassName
{
background-color: #124D25;
}
.BgClassName
{
background-color: #124D25;
}
</style>
border-color css
<style>
span { border-color: #124D25; }
span { border-color: rgb(18,77,37); }
td.TdClassName
{
border-color: #124D25;
}
.TagClassName
{
border-color: #124D25;
}
</style>