Shades of Zuccini #0E4724
Tints of Zuccini #0E4724
RGB
CMYK
RGB Variations
Color information
#0E4724 (or 0x0E4724) is known color: Zuccini. HEX triplet: 0E, 47 and 24. RGB value is (14,71,36). Sum of RGB (Red+Green+Blue) = 14+71+36=121 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.57% from 121); Green value is 71 (28.12% from 255 or 58.68% from 121); Blue value is 36 (14.45% from 255 or 29.75% from 121); Max value from RGB is 71 - color contains mainly: green. Hex color #0E4724 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E4724 is #F1B8DB. Grayscale: #323232. Windows color (decimal): -15841500 or 2377486. OLE color: 2377486.
HSL color Cylindrical-coordinate representation of color #0E4724: hue angle of 143.16º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0E4724 is Cyan = 0.80, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 14 | 71 | 36 | - |
| CMYK | 0.80 | 0 | 0.49 | 0.72 |
| HSL | 143.16º | 0.67% | 0.17% | - |
| HSV(B) | 143.16º | 0.8% | 0.28% | - |
| XYZ | 2.75 | 4.73 | 2.44 | - |
| YUV | 49.97 | 120.12 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 71 | 36 | 0.80 | 0 | 0.49 | 0.72 | 143.16 | 0.67 | 0.17 |
| Hex | E | 47 | 24 | 50 | 0 | 31 | 48 | 8F | 43 | 11 |
| Octal | 16 | 107 | 44 | 120 | 0 | 61 | 110 | 217 | 103 | 21 |
| Binary | 1110 | 1000111 | 100100 | 1010000 | 0 | 110001 | 1001000 | 10001111 | 1000011 | 10001 |
Color Harmonies of #0E4724
Complementary color
Monochromatic Colors of #0E4724
Black with #0E4724
Text Example
Text Example
White with #0E4724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4724; }
p { color: rgb(14,71,36); }
H1.HeaderClassName
{
color: #0E4724;
}
.AnyTagClassName
{
color: #0E4724;
}
</style>
background-color css
<style>
a { background-color: #0E4724; }
a { background-color: rgb(14,71,36); }
div.DivClassName
{
background-color: #0E4724;
}
.BgClassName
{
background-color: #0E4724;
}
</style>
border-color css
<style>
span { border-color: #0E4724; }
span { border-color: rgb(14,71,36); }
td.TdClassName
{
border-color: #0E4724;
}
.TagClassName
{
border-color: #0E4724;
}
</style>