Shades of Zuccini #124B24
Tints of Zuccini #124B24
RGB
CMYK
RGB Variations
Color information
#124B24 (or 0x124B24) is known color: Zuccini. HEX triplet: 12, 4B and 24. RGB value is (18,75,36). Sum of RGB (Red+Green+Blue) = 18+75+36=129 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.95% from 129); Green value is 75 (29.69% from 255 or 58.14% from 129); Blue value is 36 (14.45% from 255 or 27.91% from 129); Max value from RGB is 75 - color contains mainly: green. Hex color #124B24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124B24 is #EDB4DB. Grayscale: #353535. Windows color (decimal): -15578332 or 2378514. OLE color: 2378514.
HSL color Cylindrical-coordinate representation of color #124B24: hue angle of 138.95º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #124B24 is Cyan = 0.76, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 75 | 36 | - |
| CMYK | 0.76 | 0 | 0.52 | 0.71 |
| HSL | 138.95º | 0.61% | 0.18% | - |
| HSV(B) | 138.95º | 0.76% | 0.29% | - |
| XYZ | 3.08 | 5.29 | 2.53 | - |
| YUV | 53.51 | 118.12 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 75 | 36 | 0.76 | 0 | 0.52 | 0.71 | 138.95 | 0.61 | 0.18 |
| Hex | 12 | 4B | 24 | 4C | 0 | 34 | 47 | 8B | 3D | 12 |
| Octal | 22 | 113 | 44 | 114 | 0 | 64 | 107 | 213 | 75 | 22 |
| Binary | 10010 | 1001011 | 100100 | 1001100 | 0 | 110100 | 1000111 | 10001011 | 111101 | 10010 |
Color Harmonies of #124B24
Complementary color
Monochromatic Colors of #124B24
Black with #124B24
Text Example
Text Example
White with #124B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124B24; }
p { color: rgb(18,75,36); }
H1.HeaderClassName
{
color: #124B24;
}
.AnyTagClassName
{
color: #124B24;
}
</style>
background-color css
<style>
a { background-color: #124B24; }
a { background-color: rgb(18,75,36); }
div.DivClassName
{
background-color: #124B24;
}
.BgClassName
{
background-color: #124B24;
}
</style>
border-color css
<style>
span { border-color: #124B24; }
span { border-color: rgb(18,75,36); }
td.TdClassName
{
border-color: #124B24;
}
.TagClassName
{
border-color: #124B24;
}
</style>