Shades of Zuccini #0E4624
Tints of Zuccini #0E4624
RGB
CMYK
RGB Variations
Color information
#0E4624 (or 0x0E4624) is known color: Zuccini. HEX triplet: 0E, 46 and 24. RGB value is (14,70,36). Sum of RGB (Red+Green+Blue) = 14+70+36=120 (15% of max value = 765). Red value is 14 (5.86% from 255 or 11.67% from 120); Green value is 70 (27.73% from 255 or 58.33% from 120); Blue value is 36 (14.45% from 255 or 30% from 120); Max value from RGB is 70 - color contains mainly: green. Hex color #0E4624 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E4624 is #F1B9DB. Grayscale: #313131. Windows color (decimal): -15841756 or 2377230. OLE color: 2377230.
HSL color Cylindrical-coordinate representation of color #0E4624: hue angle of 143.57º degrees, saturation: 0.67, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0E4624 is Cyan = 0.80, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 14 | 70 | 36 | - |
| CMYK | 0.80 | 0 | 0.49 | 0.73 |
| HSL | 143.57º | 0.67% | 0.16% | - |
| HSV(B) | 143.57º | 0.8% | 0.27% | - |
| XYZ | 2.69 | 4.6 | 2.42 | - |
| YUV | 49.38 | 120.45 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 70 | 36 | 0.80 | 0 | 0.49 | 0.73 | 143.57 | 0.67 | 0.16 |
| Hex | E | 46 | 24 | 50 | 0 | 31 | 49 | 90 | 43 | 10 |
| Octal | 16 | 106 | 44 | 120 | 0 | 61 | 111 | 220 | 103 | 20 |
| Binary | 1110 | 1000110 | 100100 | 1010000 | 0 | 110001 | 1001001 | 10010000 | 1000011 | 10000 |
Color Harmonies of #0E4624
Complementary color
Monochromatic Colors of #0E4624
Black with #0E4624
Text Example
Text Example
White with #0E4624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4624; }
p { color: rgb(14,70,36); }
H1.HeaderClassName
{
color: #0E4624;
}
.AnyTagClassName
{
color: #0E4624;
}
</style>
background-color css
<style>
a { background-color: #0E4624; }
a { background-color: rgb(14,70,36); }
div.DivClassName
{
background-color: #0E4624;
}
.BgClassName
{
background-color: #0E4624;
}
</style>
border-color css
<style>
span { border-color: #0E4624; }
span { border-color: rgb(14,70,36); }
td.TdClassName
{
border-color: #0E4624;
}
.TagClassName
{
border-color: #0E4624;
}
</style>