Shades of Zuccini #124C23
Tints of Zuccini #124C23
RGB
CMYK
RGB Variations
Color information
#124C23 (or 0x124C23) is known color: Zuccini. HEX triplet: 12, 4C and 23. RGB value is (18,76,35). Sum of RGB (Red+Green+Blue) = 18+76+35=129 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.95% from 129); Green value is 76 (30.08% from 255 or 58.91% from 129); Blue value is 35 (14.06% from 255 or 27.13% from 129); Max value from RGB is 76 - color contains mainly: green. Hex color #124C23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124C23 is #EDB3DC. Grayscale: #363636. Windows color (decimal): -15578077 or 2313234. OLE color: 2313234.
HSL color Cylindrical-coordinate representation of color #124C23: hue angle of 137.59º 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 #124C23 is Cyan = 0.76, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 18 | 76 | 35 | - |
| CMYK | 0.76 | 0 | 0.54 | 0.70 |
| HSL | 137.59º | 0.62% | 0.18% | - |
| HSV(B) | 137.59º | 0.76% | 0.3% | - |
| XYZ | 3.14 | 5.42 | 2.47 | - |
| YUV | 53.98 | 117.28 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 76 | 35 | 0.76 | 0 | 0.54 | 0.70 | 137.59 | 0.62 | 0.18 |
| Hex | 12 | 4C | 23 | 4C | 0 | 36 | 46 | 8A | 3E | 12 |
| Octal | 22 | 114 | 43 | 114 | 0 | 66 | 106 | 212 | 76 | 22 |
| Binary | 10010 | 1001100 | 100011 | 1001100 | 0 | 110110 | 1000110 | 10001010 | 111110 | 10010 |
Color Harmonies of #124C23
Complementary color
Monochromatic Colors of #124C23
Black with #124C23
Text Example
Text Example
White with #124C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124C23; }
p { color: rgb(18,76,35); }
H1.HeaderClassName
{
color: #124C23;
}
.AnyTagClassName
{
color: #124C23;
}
</style>
background-color css
<style>
a { background-color: #124C23; }
a { background-color: rgb(18,76,35); }
div.DivClassName
{
background-color: #124C23;
}
.BgClassName
{
background-color: #124C23;
}
</style>
border-color css
<style>
span { border-color: #124C23; }
span { border-color: rgb(18,76,35); }
td.TdClassName
{
border-color: #124C23;
}
.TagClassName
{
border-color: #124C23;
}
</style>