Shades of Zuccini #0E5030
Tints of Zuccini #0E5030
RGB
CMYK
RGB Variations
Color information
#0E5030 (or 0x0E5030) is known color: Zuccini. HEX triplet: 0E, 50 and 30. RGB value is (14,80,48). Sum of RGB (Red+Green+Blue) = 14+80+48=142 (18% of max value = 765). Red value is 14 (5.86% from 255 or 9.86% from 142); Green value is 80 (31.64% from 255 or 56.34% from 142); Blue value is 48 (19.14% from 255 or 33.80% from 142); Max value from RGB is 80 - color contains mainly: green. Hex color #0E5030 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E5030 is #F1AFCF. Grayscale: #383838. Windows color (decimal): -15839184 or 3166222. OLE color: 3166222.
HSL color Cylindrical-coordinate representation of color #0E5030: hue angle of 150.91º 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 #0E5030 is Cyan = 0.83, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 14 | 80 | 48 | - |
| CMYK | 0.83 | 0 | 0.40 | 0.69 |
| HSL | 150.91º | 0.7% | 0.18% | - |
| HSV(B) | 150.91º | 0.83% | 0.31% | - |
| XYZ | 3.58 | 6.04 | 3.77 | - |
| YUV | 56.62 | 123.13 | 97.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 80 | 48 | 0.83 | 0 | 0.40 | 0.69 | 150.91 | 0.7 | 0.18 |
| Hex | E | 50 | 30 | 53 | 0 | 28 | 45 | 97 | 46 | 12 |
| Octal | 16 | 120 | 60 | 123 | 0 | 50 | 105 | 227 | 106 | 22 |
| Binary | 1110 | 1010000 | 110000 | 1010011 | 0 | 101000 | 1000101 | 10010111 | 1000110 | 10010 |
Color Harmonies of #0E5030
Complementary color
Monochromatic Colors of #0E5030
Black with #0E5030
Text Example
Text Example
White with #0E5030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5030; }
p { color: rgb(14,80,48); }
H1.HeaderClassName
{
color: #0E5030;
}
.AnyTagClassName
{
color: #0E5030;
}
</style>
background-color css
<style>
a { background-color: #0E5030; }
a { background-color: rgb(14,80,48); }
div.DivClassName
{
background-color: #0E5030;
}
.BgClassName
{
background-color: #0E5030;
}
</style>
border-color css
<style>
span { border-color: #0E5030; }
span { border-color: rgb(14,80,48); }
td.TdClassName
{
border-color: #0E5030;
}
.TagClassName
{
border-color: #0E5030;
}
</style>