Shades of Zuccini #124D31
Tints of Zuccini #124D31
RGB
CMYK
RGB Variations
Color information
#124D31 (or 0x124D31) is known color: Zuccini. HEX triplet: 12, 4D and 31. RGB value is (18,77,49). Sum of RGB (Red+Green+Blue) = 18+77+49=144 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.5% from 144); Green value is 77 (30.47% from 255 or 53.47% from 144); Blue value is 49 (19.53% from 255 or 34.03% from 144); Max value from RGB is 77 - color contains mainly: green. Hex color #124D31 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124D31 is #EDB2CE. Grayscale: #383838. Windows color (decimal): -15577807 or 3230994. OLE color: 3230994.
HSL color Cylindrical-coordinate representation of color #124D31: hue angle of 151.53º 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 #124D31 is Cyan = 0.77, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 18 | 77 | 49 | - |
| CMYK | 0.77 | 0 | 0.36 | 0.70 |
| HSL | 151.53º | 0.62% | 0.19% | - |
| HSV(B) | 151.53º | 0.77% | 0.3% | - |
| XYZ | 3.46 | 5.66 | 3.82 | - |
| YUV | 56.17 | 123.95 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 49 | 0.77 | 0 | 0.36 | 0.70 | 151.53 | 0.62 | 0.19 |
| Hex | 12 | 4D | 31 | 4D | 0 | 24 | 46 | 98 | 3E | 13 |
| Octal | 22 | 115 | 61 | 115 | 0 | 44 | 106 | 230 | 76 | 23 |
| Binary | 10010 | 1001101 | 110001 | 1001101 | 0 | 100100 | 1000110 | 10011000 | 111110 | 10011 |
Color Harmonies of #124D31
Complementary color
Monochromatic Colors of #124D31
Black with #124D31
Text Example
Text Example
White with #124D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124D31; }
p { color: rgb(18,77,49); }
H1.HeaderClassName
{
color: #124D31;
}
.AnyTagClassName
{
color: #124D31;
}
</style>
background-color css
<style>
a { background-color: #124D31; }
a { background-color: rgb(18,77,49); }
div.DivClassName
{
background-color: #124D31;
}
.BgClassName
{
background-color: #124D31;
}
</style>
border-color css
<style>
span { border-color: #124D31; }
span { border-color: rgb(18,77,49); }
td.TdClassName
{
border-color: #124D31;
}
.TagClassName
{
border-color: #124D31;
}
</style>