Shades of Zuccini #094C2E
Tints of Zuccini #094C2E
RGB
CMYK
RGB Variations
Color information
#094C2E (or 0x094C2E) is known color: Zuccini. HEX triplet: 09, 4C and 2E. RGB value is (9,76,46). Sum of RGB (Red+Green+Blue) = 9+76+46=131 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.87% from 131); Green value is 76 (30.08% from 255 or 58.02% from 131); Blue value is 46 (18.36% from 255 or 35.11% from 131); Max value from RGB is 76 - color contains mainly: green. Hex color #094C2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094C2E is #F6B3D1. Grayscale: #343434. Windows color (decimal): -16167890 or 3034121. OLE color: 3034121.
HSL color Cylindrical-coordinate representation of color #094C2E: hue angle of 153.13º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094C2E is Cyan = 0.88, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 9 | 76 | 46 | - |
| CMYK | 0.88 | 0 | 0.39 | 0.70 |
| HSL | 153.13º | 0.79% | 0.17% | - |
| HSV(B) | 153.13º | 0.88% | 0.3% | - |
| XYZ | 3.19 | 5.42 | 3.46 | - |
| YUV | 52.55 | 124.3 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 76 | 46 | 0.88 | 0 | 0.39 | 0.70 | 153.13 | 0.79 | 0.17 |
| Hex | 9 | 4C | 2E | 58 | 0 | 27 | 46 | 99 | 4F | 11 |
| Octal | 11 | 114 | 56 | 130 | 0 | 47 | 106 | 231 | 117 | 21 |
| Binary | 1001 | 1001100 | 101110 | 1011000 | 0 | 100111 | 1000110 | 10011001 | 1001111 | 10001 |
Color Harmonies of #094C2E
Complementary color
Monochromatic Colors of #094C2E
Black with #094C2E
Text Example
Text Example
White with #094C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094C2E; }
p { color: rgb(9,76,46); }
H1.HeaderClassName
{
color: #094C2E;
}
.AnyTagClassName
{
color: #094C2E;
}
</style>
background-color css
<style>
a { background-color: #094C2E; }
a { background-color: rgb(9,76,46); }
div.DivClassName
{
background-color: #094C2E;
}
.BgClassName
{
background-color: #094C2E;
}
</style>
border-color css
<style>
span { border-color: #094C2E; }
span { border-color: rgb(9,76,46); }
td.TdClassName
{
border-color: #094C2E;
}
.TagClassName
{
border-color: #094C2E;
}
</style>