Shades of Zuccini #124826
Tints of Zuccini #124826
RGB
CMYK
RGB Variations
Color information
#124826 (or 0x124826) is known color: Zuccini. HEX triplet: 12, 48 and 26. RGB value is (18,72,38). Sum of RGB (Red+Green+Blue) = 18+72+38=128 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.06% from 128); Green value is 72 (28.52% from 255 or 56.25% from 128); Blue value is 38 (15.23% from 255 or 29.69% from 128); Max value from RGB is 72 - color contains mainly: green. Hex color #124826 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124826 is #EDB7D9. Grayscale: #343434. Windows color (decimal): -15579098 or 2508818. OLE color: 2508818.
HSL color Cylindrical-coordinate representation of color #124826: hue angle of 142.22º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #124826 is Cyan = 0.75, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 18 | 72 | 38 | - |
| CMYK | 0.75 | 0 | 0.47 | 0.72 |
| HSL | 142.22º | 0.6% | 0.18% | - |
| HSV(B) | 142.22º | 0.75% | 0.28% | - |
| XYZ | 2.92 | 4.9 | 2.63 | - |
| YUV | 51.98 | 120.11 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 72 | 38 | 0.75 | 0 | 0.47 | 0.72 | 142.22 | 0.6 | 0.18 |
| Hex | 12 | 48 | 26 | 4B | 0 | 2F | 48 | 8E | 3C | 12 |
| Octal | 22 | 110 | 46 | 113 | 0 | 57 | 110 | 216 | 74 | 22 |
| Binary | 10010 | 1001000 | 100110 | 1001011 | 0 | 101111 | 1001000 | 10001110 | 111100 | 10010 |
Color Harmonies of #124826
Complementary color
Monochromatic Colors of #124826
Black with #124826
Text Example
Text Example
White with #124826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124826; }
p { color: rgb(18,72,38); }
H1.HeaderClassName
{
color: #124826;
}
.AnyTagClassName
{
color: #124826;
}
</style>
background-color css
<style>
a { background-color: #124826; }
a { background-color: rgb(18,72,38); }
div.DivClassName
{
background-color: #124826;
}
.BgClassName
{
background-color: #124826;
}
</style>
border-color css
<style>
span { border-color: #124826; }
span { border-color: rgb(18,72,38); }
td.TdClassName
{
border-color: #124826;
}
.TagClassName
{
border-color: #124826;
}
</style>