Shades of Zuccini #124C25
Tints of Zuccini #124C25
RGB
CMYK
RGB Variations
Color information
#124C25 (or 0x124C25) is known color: Zuccini. HEX triplet: 12, 4C and 25. RGB value is (18,76,37). Sum of RGB (Red+Green+Blue) = 18+76+37=131 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.74% from 131); Green value is 76 (30.08% from 255 or 58.02% from 131); Blue value is 37 (14.84% from 255 or 28.24% from 131); Max value from RGB is 76 - color contains mainly: green. Hex color #124C25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124C25 is #EDB3DA. Grayscale: #363636. Windows color (decimal): -15578075 or 2444306. OLE color: 2444306.
HSL color Cylindrical-coordinate representation of color #124C25: hue angle of 139.66º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #124C25 is Cyan = 0.76, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 18 | 76 | 37 | - |
| CMYK | 0.76 | 0 | 0.51 | 0.70 |
| HSL | 139.66º | 0.62% | 0.18% | - |
| HSV(B) | 139.66º | 0.76% | 0.3% | - |
| XYZ | 3.17 | 5.43 | 2.63 | - |
| YUV | 54.21 | 118.28 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 76 | 37 | 0.76 | 0 | 0.51 | 0.70 | 139.66 | 0.62 | 0.18 |
| Hex | 12 | 4C | 25 | 4C | 0 | 33 | 46 | 8C | 3E | 12 |
| Octal | 22 | 114 | 45 | 114 | 0 | 63 | 106 | 214 | 76 | 22 |
| Binary | 10010 | 1001100 | 100101 | 1001100 | 0 | 110011 | 1000110 | 10001100 | 111110 | 10010 |
Color Harmonies of #124C25
Complementary color
Monochromatic Colors of #124C25
Black with #124C25
Text Example
Text Example
White with #124C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124C25; }
p { color: rgb(18,76,37); }
H1.HeaderClassName
{
color: #124C25;
}
.AnyTagClassName
{
color: #124C25;
}
</style>
background-color css
<style>
a { background-color: #124C25; }
a { background-color: rgb(18,76,37); }
div.DivClassName
{
background-color: #124C25;
}
.BgClassName
{
background-color: #124C25;
}
</style>
border-color css
<style>
span { border-color: #124C25; }
span { border-color: rgb(18,76,37); }
td.TdClassName
{
border-color: #124C25;
}
.TagClassName
{
border-color: #124C25;
}
</style>