Shades of Zuccini #124F31
Tints of Zuccini #124F31
RGB
CMYK
RGB Variations
Color information
#124F31 (or 0x124F31) is known color: Zuccini. HEX triplet: 12, 4F and 31. RGB value is (18,79,49). Sum of RGB (Red+Green+Blue) = 18+79+49=146 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.33% from 146); Green value is 79 (31.25% from 255 or 54.11% from 146); Blue value is 49 (19.53% from 255 or 33.56% from 146); Max value from RGB is 79 - color contains mainly: green. Hex color #124F31 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124F31 is #EDB0CE. Grayscale: #393939. Windows color (decimal): -15577295 or 3231506. OLE color: 3231506.
HSL color Cylindrical-coordinate representation of color #124F31: hue angle of 150.49º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #124F31 is Cyan = 0.77, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 79 | 49 | - |
| CMYK | 0.77 | 0 | 0.38 | 0.69 |
| HSL | 150.49º | 0.63% | 0.19% | - |
| HSV(B) | 150.49º | 0.77% | 0.31% | - |
| XYZ | 3.6 | 5.94 | 3.86 | - |
| YUV | 57.34 | 123.29 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 79 | 49 | 0.77 | 0 | 0.38 | 0.69 | 150.49 | 0.63 | 0.19 |
| Hex | 12 | 4F | 31 | 4D | 0 | 26 | 45 | 96 | 3F | 13 |
| Octal | 22 | 117 | 61 | 115 | 0 | 46 | 105 | 226 | 77 | 23 |
| Binary | 10010 | 1001111 | 110001 | 1001101 | 0 | 100110 | 1000101 | 10010110 | 111111 | 10011 |
Color Harmonies of #124F31
Complementary color
Monochromatic Colors of #124F31
Black with #124F31
Text Example
Text Example
White with #124F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124F31; }
p { color: rgb(18,79,49); }
H1.HeaderClassName
{
color: #124F31;
}
.AnyTagClassName
{
color: #124F31;
}
</style>
background-color css
<style>
a { background-color: #124F31; }
a { background-color: rgb(18,79,49); }
div.DivClassName
{
background-color: #124F31;
}
.BgClassName
{
background-color: #124F31;
}
</style>
border-color css
<style>
span { border-color: #124F31; }
span { border-color: rgb(18,79,49); }
td.TdClassName
{
border-color: #124F31;
}
.TagClassName
{
border-color: #124F31;
}
</style>