Shades of Zuccini #124625
Tints of Zuccini #124625
RGB
CMYK
RGB Variations
Color information
#124625 (or 0x124625) is known color: Zuccini. HEX triplet: 12, 46 and 25. RGB value is (18,70,37). Sum of RGB (Red+Green+Blue) = 18+70+37=125 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.4% from 125); Green value is 70 (27.73% from 255 or 56% from 125); Blue value is 37 (14.84% from 255 or 29.6% from 125); Max value from RGB is 70 - color contains mainly: green. Hex color #124625 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124625 is #EDB9DA. Grayscale: #323232. Windows color (decimal): -15579611 or 2442770. OLE color: 2442770.
HSL color Cylindrical-coordinate representation of color #124625: hue angle of 141.92º 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 #124625 is Cyan = 0.74, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 18 | 70 | 37 | - |
| CMYK | 0.74 | 0 | 0.47 | 0.73 |
| HSL | 141.92º | 0.59% | 0.17% | - |
| HSV(B) | 141.92º | 0.74% | 0.27% | - |
| XYZ | 2.77 | 4.64 | 2.5 | - |
| YUV | 50.69 | 120.27 | 104.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 70 | 37 | 0.74 | 0 | 0.47 | 0.73 | 141.92 | 0.59 | 0.17 |
| Hex | 12 | 46 | 25 | 4A | 0 | 2F | 49 | 8E | 3B | 11 |
| Octal | 22 | 106 | 45 | 112 | 0 | 57 | 111 | 216 | 73 | 21 |
| Binary | 10010 | 1000110 | 100101 | 1001010 | 0 | 101111 | 1001001 | 10001110 | 111011 | 10001 |
Color Harmonies of #124625
Complementary color
Monochromatic Colors of #124625
Black with #124625
Text Example
Text Example
White with #124625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124625; }
p { color: rgb(18,70,37); }
H1.HeaderClassName
{
color: #124625;
}
.AnyTagClassName
{
color: #124625;
}
</style>
background-color css
<style>
a { background-color: #124625; }
a { background-color: rgb(18,70,37); }
div.DivClassName
{
background-color: #124625;
}
.BgClassName
{
background-color: #124625;
}
</style>
border-color css
<style>
span { border-color: #124625; }
span { border-color: rgb(18,70,37); }
td.TdClassName
{
border-color: #124625;
}
.TagClassName
{
border-color: #124625;
}
</style>