Shades of Zuccini #124626
Tints of Zuccini #124626
RGB
CMYK
RGB Variations
Color information
#124626 (or 0x124626) is known color: Zuccini. HEX triplet: 12, 46 and 26. RGB value is (18,70,38). Sum of RGB (Red+Green+Blue) = 18+70+38=126 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.29% from 126); Green value is 70 (27.73% from 255 or 55.56% from 126); Blue value is 38 (15.23% from 255 or 30.16% from 126); Max value from RGB is 70 - color contains mainly: green. Hex color #124626 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124626 is #EDB9D9. Grayscale: #323232. Windows color (decimal): -15579610 or 2508306. OLE color: 2508306.
HSL color Cylindrical-coordinate representation of color #124626: hue angle of 143.08º 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 #124626 is Cyan = 0.74, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 18 | 70 | 38 | - |
| CMYK | 0.74 | 0 | 0.46 | 0.73 |
| HSL | 143.08º | 0.59% | 0.17% | - |
| HSV(B) | 143.08º | 0.74% | 0.27% | - |
| XYZ | 2.79 | 4.65 | 2.58 | - |
| YUV | 50.8 | 120.77 | 104.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 70 | 38 | 0.74 | 0 | 0.46 | 0.73 | 143.08 | 0.59 | 0.17 |
| Hex | 12 | 46 | 26 | 4A | 0 | 2E | 49 | 8F | 3B | 11 |
| Octal | 22 | 106 | 46 | 112 | 0 | 56 | 111 | 217 | 73 | 21 |
| Binary | 10010 | 1000110 | 100110 | 1001010 | 0 | 101110 | 1001001 | 10001111 | 111011 | 10001 |
Color Harmonies of #124626
Complementary color
Monochromatic Colors of #124626
Black with #124626
Text Example
Text Example
White with #124626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124626; }
p { color: rgb(18,70,38); }
H1.HeaderClassName
{
color: #124626;
}
.AnyTagClassName
{
color: #124626;
}
</style>
background-color css
<style>
a { background-color: #124626; }
a { background-color: rgb(18,70,38); }
div.DivClassName
{
background-color: #124626;
}
.BgClassName
{
background-color: #124626;
}
</style>
border-color css
<style>
span { border-color: #124626; }
span { border-color: rgb(18,70,38); }
td.TdClassName
{
border-color: #124626;
}
.TagClassName
{
border-color: #124626;
}
</style>