Shades of Zuccini #0E4827
Tints of Zuccini #0E4827
RGB
CMYK
RGB Variations
Color information
#0E4827 (or 0x0E4827) is known color: Zuccini. HEX triplet: 0E, 48 and 27. RGB value is (14,72,39). Sum of RGB (Red+Green+Blue) = 14+72+39=125 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.2% from 125); Green value is 72 (28.52% from 255 or 57.6% from 125); Blue value is 39 (15.62% from 255 or 31.2% from 125); Max value from RGB is 72 - color contains mainly: green. Hex color #0E4827 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E4827 is #F1B7D8. Grayscale: #323232. Windows color (decimal): -15841241 or 2574350. OLE color: 2574350.
HSL color Cylindrical-coordinate representation of color #0E4827: hue angle of 145.86º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0E4827 is Cyan = 0.81, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 14 | 72 | 39 | - |
| CMYK | 0.81 | 0 | 0.46 | 0.72 |
| HSL | 145.86º | 0.67% | 0.17% | - |
| HSV(B) | 145.86º | 0.81% | 0.28% | - |
| XYZ | 2.86 | 4.87 | 2.71 | - |
| YUV | 50.9 | 121.28 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 72 | 39 | 0.81 | 0 | 0.46 | 0.72 | 145.86 | 0.67 | 0.17 |
| Hex | E | 48 | 27 | 51 | 0 | 2E | 48 | 92 | 43 | 11 |
| Octal | 16 | 110 | 47 | 121 | 0 | 56 | 110 | 222 | 103 | 21 |
| Binary | 1110 | 1001000 | 100111 | 1010001 | 0 | 101110 | 1001000 | 10010010 | 1000011 | 10001 |
Color Harmonies of #0E4827
Complementary color
Monochromatic Colors of #0E4827
Black with #0E4827
Text Example
Text Example
White with #0E4827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4827; }
p { color: rgb(14,72,39); }
H1.HeaderClassName
{
color: #0E4827;
}
.AnyTagClassName
{
color: #0E4827;
}
</style>
background-color css
<style>
a { background-color: #0E4827; }
a { background-color: rgb(14,72,39); }
div.DivClassName
{
background-color: #0E4827;
}
.BgClassName
{
background-color: #0E4827;
}
</style>
border-color css
<style>
span { border-color: #0E4827; }
span { border-color: rgb(14,72,39); }
td.TdClassName
{
border-color: #0E4827;
}
.TagClassName
{
border-color: #0E4827;
}
</style>