Shades of Zuccini #124528
Tints of Zuccini #124528
RGB
CMYK
RGB Variations
Color information
#124528 (or 0x124528) is known color: Zuccini. HEX triplet: 12, 45 and 28. RGB value is (18,69,40). Sum of RGB (Red+Green+Blue) = 18+69+40=127 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.17% from 127); Green value is 69 (27.34% from 255 or 54.33% from 127); Blue value is 40 (16.02% from 255 or 31.50% from 127); Max value from RGB is 69 - color contains mainly: green. Hex color #124528 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124528 is #EDBAD7. Grayscale: #323232. Windows color (decimal): -15579864 or 2639122. OLE color: 2639122.
HSL color Cylindrical-coordinate representation of color #124528: hue angle of 145.88º 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 #124528 is Cyan = 0.74, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 18 | 69 | 40 | - |
| CMYK | 0.74 | 0 | 0.42 | 0.73 |
| HSL | 145.88º | 0.59% | 0.17% | - |
| HSV(B) | 145.88º | 0.74% | 0.27% | - |
| XYZ | 2.76 | 4.54 | 2.74 | - |
| YUV | 50.45 | 122.1 | 104.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 69 | 40 | 0.74 | 0 | 0.42 | 0.73 | 145.88 | 0.59 | 0.17 |
| Hex | 12 | 45 | 28 | 4A | 0 | 2A | 49 | 92 | 3B | 11 |
| Octal | 22 | 105 | 50 | 112 | 0 | 52 | 111 | 222 | 73 | 21 |
| Binary | 10010 | 1000101 | 101000 | 1001010 | 0 | 101010 | 1001001 | 10010010 | 111011 | 10001 |
Color Harmonies of #124528
Complementary color
Monochromatic Colors of #124528
Black with #124528
Text Example
Text Example
White with #124528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124528; }
p { color: rgb(18,69,40); }
H1.HeaderClassName
{
color: #124528;
}
.AnyTagClassName
{
color: #124528;
}
</style>
background-color css
<style>
a { background-color: #124528; }
a { background-color: rgb(18,69,40); }
div.DivClassName
{
background-color: #124528;
}
.BgClassName
{
background-color: #124528;
}
</style>
border-color css
<style>
span { border-color: #124528; }
span { border-color: rgb(18,69,40); }
td.TdClassName
{
border-color: #124528;
}
.TagClassName
{
border-color: #124528;
}
</style>