Shades of Zuccini #124228
Tints of Zuccini #124228
RGB
CMYK
RGB Variations
Color information
#124228 (or 0x124228) is known color: Zuccini. HEX triplet: 12, 42 and 28. RGB value is (18,66,40). Sum of RGB (Red+Green+Blue) = 18+66+40=124 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.52% from 124); Green value is 66 (26.17% from 255 or 53.23% from 124); Blue value is 40 (16.02% from 255 or 32.26% from 124); Max value from RGB is 66 - color contains mainly: green. Hex color #124228 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124228 is #EDBDD7. Grayscale: #303030. Windows color (decimal): -15580632 or 2638354. OLE color: 2638354.
HSL color Cylindrical-coordinate representation of color #124228: hue angle of 147.5º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #124228 is Cyan = 0.73, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 18 | 66 | 40 | - |
| CMYK | 0.73 | 0 | 0.39 | 0.74 |
| HSL | 147.5º | 0.57% | 0.16% | - |
| HSV(B) | 147.5º | 0.73% | 0.26% | - |
| XYZ | 2.58 | 4.18 | 2.68 | - |
| YUV | 48.68 | 123.1 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 66 | 40 | 0.73 | 0 | 0.39 | 0.74 | 147.5 | 0.57 | 0.16 |
| Hex | 12 | 42 | 28 | 49 | 0 | 27 | 4A | 94 | 39 | 10 |
| Octal | 22 | 102 | 50 | 111 | 0 | 47 | 112 | 224 | 71 | 20 |
| Binary | 10010 | 1000010 | 101000 | 1001001 | 0 | 100111 | 1001010 | 10010100 | 111001 | 10000 |
Color Harmonies of #124228
Complementary color
Monochromatic Colors of #124228
Black with #124228
Text Example
Text Example
White with #124228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124228; }
p { color: rgb(18,66,40); }
H1.HeaderClassName
{
color: #124228;
}
.AnyTagClassName
{
color: #124228;
}
</style>
background-color css
<style>
a { background-color: #124228; }
a { background-color: rgb(18,66,40); }
div.DivClassName
{
background-color: #124228;
}
.BgClassName
{
background-color: #124228;
}
</style>
border-color css
<style>
span { border-color: #124228; }
span { border-color: rgb(18,66,40); }
td.TdClassName
{
border-color: #124228;
}
.TagClassName
{
border-color: #124228;
}
</style>