Shades of Zuccini #124529
Tints of Zuccini #124529
RGB
CMYK
RGB Variations
Color information
#124529 (or 0x124529) is known color: Zuccini. HEX triplet: 12, 45 and 29. RGB value is (18,69,41). Sum of RGB (Red+Green+Blue) = 18+69+41=128 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.06% from 128); Green value is 69 (27.34% from 255 or 53.91% from 128); Blue value is 41 (16.41% from 255 or 32.03% from 128); Max value from RGB is 69 - color contains mainly: green. Hex color #124529 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124529 is #EDBAD6. Grayscale: #323232. Windows color (decimal): -15579863 or 2704658. OLE color: 2704658.
HSL color Cylindrical-coordinate representation of color #124529: hue angle of 147.06º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #124529 is Cyan = 0.74, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 18 | 69 | 41 | - |
| CMYK | 0.74 | 0 | 0.41 | 0.73 |
| HSL | 147.06º | 0.59% | 0.17% | - |
| HSV(B) | 147.06º | 0.74% | 0.27% | - |
| XYZ | 2.78 | 4.54 | 2.83 | - |
| YUV | 50.56 | 122.6 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 69 | 41 | 0.74 | 0 | 0.41 | 0.73 | 147.06 | 0.59 | 0.17 |
| Hex | 12 | 45 | 29 | 4A | 0 | 29 | 49 | 93 | 3B | 11 |
| Octal | 22 | 105 | 51 | 112 | 0 | 51 | 111 | 223 | 73 | 21 |
| Binary | 10010 | 1000101 | 101001 | 1001010 | 0 | 101001 | 1001001 | 10010011 | 111011 | 10001 |
Color Harmonies of #124529
Complementary color
Monochromatic Colors of #124529
Black with #124529
Text Example
Text Example
White with #124529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124529; }
p { color: rgb(18,69,41); }
H1.HeaderClassName
{
color: #124529;
}
.AnyTagClassName
{
color: #124529;
}
</style>
background-color css
<style>
a { background-color: #124529; }
a { background-color: rgb(18,69,41); }
div.DivClassName
{
background-color: #124529;
}
.BgClassName
{
background-color: #124529;
}
</style>
border-color css
<style>
span { border-color: #124529; }
span { border-color: rgb(18,69,41); }
td.TdClassName
{
border-color: #124529;
}
.TagClassName
{
border-color: #124529;
}
</style>