Shades of Zuccini #124129
Tints of Zuccini #124129
RGB
CMYK
RGB Variations
Color information
#124129 (or 0x124129) is known color: Zuccini. HEX triplet: 12, 41 and 29. RGB value is (18,65,41). Sum of RGB (Red+Green+Blue) = 18+65+41=124 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.52% from 124); Green value is 65 (25.78% from 255 or 52.42% from 124); Blue value is 41 (16.41% from 255 or 33.06% from 124); Max value from RGB is 65 - color contains mainly: green. Hex color #124129 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124129 is #EDBED6. Grayscale: #303030. Windows color (decimal): -15580887 or 2703634. OLE color: 2703634.
HSL color Cylindrical-coordinate representation of color #124129: hue angle of 149.36º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #124129 is Cyan = 0.72, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 18 | 65 | 41 | - |
| CMYK | 0.72 | 0 | 0.37 | 0.75 |
| HSL | 149.36º | 0.57% | 0.16% | - |
| HSV(B) | 149.36º | 0.72% | 0.25% | - |
| XYZ | 2.54 | 4.07 | 2.75 | - |
| YUV | 48.21 | 123.93 | 106.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 65 | 41 | 0.72 | 0 | 0.37 | 0.75 | 149.36 | 0.57 | 0.16 |
| Hex | 12 | 41 | 29 | 48 | 0 | 25 | 4B | 95 | 39 | 10 |
| Octal | 22 | 101 | 51 | 110 | 0 | 45 | 113 | 225 | 71 | 20 |
| Binary | 10010 | 1000001 | 101001 | 1001000 | 0 | 100101 | 1001011 | 10010101 | 111001 | 10000 |
Color Harmonies of #124129
Complementary color
Monochromatic Colors of #124129
Black with #124129
Text Example
Text Example
White with #124129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124129; }
p { color: rgb(18,65,41); }
H1.HeaderClassName
{
color: #124129;
}
.AnyTagClassName
{
color: #124129;
}
</style>
background-color css
<style>
a { background-color: #124129; }
a { background-color: rgb(18,65,41); }
div.DivClassName
{
background-color: #124129;
}
.BgClassName
{
background-color: #124129;
}
</style>
border-color css
<style>
span { border-color: #124129; }
span { border-color: rgb(18,65,41); }
td.TdClassName
{
border-color: #124129;
}
.TagClassName
{
border-color: #124129;
}
</style>