Shades of Zuccini #0E4E24
Tints of Zuccini #0E4E24
RGB
CMYK
RGB Variations
Color information
#0E4E24 (or 0x0E4E24) is known color: Zuccini. HEX triplet: 0E, 4E and 24. RGB value is (14,78,36). Sum of RGB (Red+Green+Blue) = 14+78+36=128 (16% of max value = 765). Red value is 14 (5.86% from 255 or 10.94% from 128); Green value is 78 (30.86% from 255 or 60.94% from 128); Blue value is 36 (14.45% from 255 or 28.12% from 128); Max value from RGB is 78 - color contains mainly: green. Hex color #0E4E24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E4E24 is #F1B1DB. Grayscale: #363636. Windows color (decimal): -15839708 or 2379278. OLE color: 2379278.
HSL color Cylindrical-coordinate representation of color #0E4E24: hue angle of 140.62º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0E4E24 is Cyan = 0.82, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 14 | 78 | 36 | - |
| CMYK | 0.82 | 0 | 0.54 | 0.69 |
| HSL | 140.63º | 0.7% | 0.18% | - |
| HSV(B) | 140.63º | 0.82% | 0.31% | - |
| XYZ | 3.22 | 5.67 | 2.59 | - |
| YUV | 54.08 | 117.8 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 78 | 36 | 0.82 | 0 | 0.54 | 0.69 | 140.63 | 0.7 | 0.18 |
| Hex | E | 4E | 24 | 52 | 0 | 36 | 45 | 8D | 46 | 12 |
| Octal | 16 | 116 | 44 | 122 | 0 | 66 | 105 | 215 | 106 | 22 |
| Binary | 1110 | 1001110 | 100100 | 1010010 | 0 | 110110 | 1000101 | 10001101 | 1000110 | 10010 |
Color Harmonies of #0E4E24
Complementary color
Monochromatic Colors of #0E4E24
Black with #0E4E24
Text Example
Text Example
White with #0E4E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4E24; }
p { color: rgb(14,78,36); }
H1.HeaderClassName
{
color: #0E4E24;
}
.AnyTagClassName
{
color: #0E4E24;
}
</style>
background-color css
<style>
a { background-color: #0E4E24; }
a { background-color: rgb(14,78,36); }
div.DivClassName
{
background-color: #0E4E24;
}
.BgClassName
{
background-color: #0E4E24;
}
</style>
border-color css
<style>
span { border-color: #0E4E24; }
span { border-color: rgb(14,78,36); }
td.TdClassName
{
border-color: #0E4E24;
}
.TagClassName
{
border-color: #0E4E24;
}
</style>