Shades of Zuccini #124931
Tints of Zuccini #124931
RGB
CMYK
RGB Variations
Color information
#124931 (or 0x124931) is known color: Zuccini. HEX triplet: 12, 49 and 31. RGB value is (18,73,49). Sum of RGB (Red+Green+Blue) = 18+73+49=140 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.86% from 140); Green value is 73 (28.91% from 255 or 52.14% from 140); Blue value is 49 (19.53% from 255 or 35% from 140); Max value from RGB is 73 - color contains mainly: green. Hex color #124931 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124931 is #EDB6CE. Grayscale: #353535. Windows color (decimal): -15578831 or 3229970. OLE color: 3229970.
HSL color Cylindrical-coordinate representation of color #124931: hue angle of 153.82º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #124931 is Cyan = 0.75, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 73 | 49 | - |
| CMYK | 0.75 | 0 | 0.33 | 0.71 |
| HSL | 153.82º | 0.6% | 0.18% | - |
| HSV(B) | 153.82º | 0.75% | 0.29% | - |
| XYZ | 3.19 | 5.12 | 3.73 | - |
| YUV | 53.82 | 125.28 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 73 | 49 | 0.75 | 0 | 0.33 | 0.71 | 153.82 | 0.6 | 0.18 |
| Hex | 12 | 49 | 31 | 4B | 0 | 21 | 47 | 9A | 3C | 12 |
| Octal | 22 | 111 | 61 | 113 | 0 | 41 | 107 | 232 | 74 | 22 |
| Binary | 10010 | 1001001 | 110001 | 1001011 | 0 | 100001 | 1000111 | 10011010 | 111100 | 10010 |
Color Harmonies of #124931
Complementary color
Monochromatic Colors of #124931
Black with #124931
Text Example
Text Example
White with #124931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124931; }
p { color: rgb(18,73,49); }
H1.HeaderClassName
{
color: #124931;
}
.AnyTagClassName
{
color: #124931;
}
</style>
background-color css
<style>
a { background-color: #124931; }
a { background-color: rgb(18,73,49); }
div.DivClassName
{
background-color: #124931;
}
.BgClassName
{
background-color: #124931;
}
</style>
border-color css
<style>
span { border-color: #124931; }
span { border-color: rgb(18,73,49); }
td.TdClassName
{
border-color: #124931;
}
.TagClassName
{
border-color: #124931;
}
</style>