Shades of Zuccini #124831
Tints of Zuccini #124831
RGB
CMYK
RGB Variations
Color information
#124831 (or 0x124831) is known color: Zuccini. HEX triplet: 12, 48 and 31. RGB value is (18,72,49). Sum of RGB (Red+Green+Blue) = 18+72+49=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 72 (28.52% from 255 or 51.80% from 139); Blue value is 49 (19.53% from 255 or 35.25% from 139); Max value from RGB is 72 - color contains mainly: green. Hex color #124831 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124831 is #EDB7CE. Grayscale: #353535. Windows color (decimal): -15579087 or 3229714. OLE color: 3229714.
HSL color Cylindrical-coordinate representation of color #124831: hue angle of 154.44º 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 #124831 is Cyan = 0.75, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 18 | 72 | 49 | - |
| CMYK | 0.75 | 0 | 0.32 | 0.72 |
| HSL | 154.44º | 0.6% | 0.18% | - |
| HSV(B) | 154.44º | 0.75% | 0.28% | - |
| XYZ | 3.12 | 4.99 | 3.7 | - |
| YUV | 53.23 | 125.61 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 72 | 49 | 0.75 | 0 | 0.32 | 0.72 | 154.44 | 0.6 | 0.18 |
| Hex | 12 | 48 | 31 | 4B | 0 | 20 | 48 | 9A | 3C | 12 |
| Octal | 22 | 110 | 61 | 113 | 0 | 40 | 110 | 232 | 74 | 22 |
| Binary | 10010 | 1001000 | 110001 | 1001011 | 0 | 100000 | 1001000 | 10011010 | 111100 | 10010 |
Color Harmonies of #124831
Complementary color
Monochromatic Colors of #124831
Black with #124831
Text Example
Text Example
White with #124831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124831; }
p { color: rgb(18,72,49); }
H1.HeaderClassName
{
color: #124831;
}
.AnyTagClassName
{
color: #124831;
}
</style>
background-color css
<style>
a { background-color: #124831; }
a { background-color: rgb(18,72,49); }
div.DivClassName
{
background-color: #124831;
}
.BgClassName
{
background-color: #124831;
}
</style>
border-color css
<style>
span { border-color: #124831; }
span { border-color: rgb(18,72,49); }
td.TdClassName
{
border-color: #124831;
}
.TagClassName
{
border-color: #124831;
}
</style>