Shades of Zuccini #094E28
Tints of Zuccini #094E28
RGB
CMYK
RGB Variations
Color information
#094E28 (or 0x094E28) is known color: Zuccini. HEX triplet: 09, 4E and 28. RGB value is (9,78,40). Sum of RGB (Red+Green+Blue) = 9+78+40=127 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.09% from 127); Green value is 78 (30.86% from 255 or 61.42% from 127); Blue value is 40 (16.02% from 255 or 31.50% from 127); Max value from RGB is 78 - color contains mainly: green. Hex color #094E28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #094E28 is #F6B1D7. Grayscale: #353535. Windows color (decimal): -16167384 or 2641417. OLE color: 2641417.
HSL color Cylindrical-coordinate representation of color #094E28: hue angle of 146.96º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094E28 is Cyan = 0.88, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 9 | 78 | 40 | - |
| CMYK | 0.88 | 0 | 0.49 | 0.69 |
| HSL | 146.96º | 0.79% | 0.17% | - |
| HSV(B) | 146.96º | 0.88% | 0.31% | - |
| XYZ | 3.22 | 5.66 | 2.93 | - |
| YUV | 53.04 | 120.64 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 78 | 40 | 0.88 | 0 | 0.49 | 0.69 | 146.96 | 0.79 | 0.17 |
| Hex | 9 | 4E | 28 | 58 | 0 | 31 | 45 | 93 | 4F | 11 |
| Octal | 11 | 116 | 50 | 130 | 0 | 61 | 105 | 223 | 117 | 21 |
| Binary | 1001 | 1001110 | 101000 | 1011000 | 0 | 110001 | 1000101 | 10010011 | 1001111 | 10001 |
Color Harmonies of #094E28
Complementary color
Monochromatic Colors of #094E28
Black with #094E28
Text Example
Text Example
White with #094E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094E28; }
p { color: rgb(9,78,40); }
H1.HeaderClassName
{
color: #094E28;
}
.AnyTagClassName
{
color: #094E28;
}
</style>
background-color css
<style>
a { background-color: #094E28; }
a { background-color: rgb(9,78,40); }
div.DivClassName
{
background-color: #094E28;
}
.BgClassName
{
background-color: #094E28;
}
</style>
border-color css
<style>
span { border-color: #094E28; }
span { border-color: rgb(9,78,40); }
td.TdClassName
{
border-color: #094E28;
}
.TagClassName
{
border-color: #094E28;
}
</style>