Shades of Zuccini #094D2A
Tints of Zuccini #094D2A
RGB
CMYK
RGB Variations
Color information
#094D2A (or 0x094D2A) is known color: Zuccini. HEX triplet: 09, 4D and 2A. RGB value is (9,77,42). Sum of RGB (Red+Green+Blue) = 9+77+42=128 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.03% from 128); Green value is 77 (30.47% from 255 or 60.16% from 128); Blue value is 42 (16.80% from 255 or 32.81% from 128); Max value from RGB is 77 - color contains mainly: green. Hex color #094D2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #094D2A is #F6B2D5. Grayscale: #343434. Windows color (decimal): -16167638 or 2772233. OLE color: 2772233.
HSL color Cylindrical-coordinate representation of color #094D2A: hue angle of 149.12º 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 #094D2A is Cyan = 0.88, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 9 | 77 | 42 | - |
| CMYK | 0.88 | 0 | 0.45 | 0.70 |
| HSL | 149.12º | 0.79% | 0.17% | - |
| HSV(B) | 149.12º | 0.88% | 0.3% | - |
| XYZ | 3.18 | 5.53 | 3.09 | - |
| YUV | 52.68 | 121.97 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 77 | 42 | 0.88 | 0 | 0.45 | 0.70 | 149.12 | 0.79 | 0.17 |
| Hex | 9 | 4D | 2A | 58 | 0 | 2D | 46 | 95 | 4F | 11 |
| Octal | 11 | 115 | 52 | 130 | 0 | 55 | 106 | 225 | 117 | 21 |
| Binary | 1001 | 1001101 | 101010 | 1011000 | 0 | 101101 | 1000110 | 10010101 | 1001111 | 10001 |
Color Harmonies of #094D2A
Complementary color
Monochromatic Colors of #094D2A
Black with #094D2A
Text Example
Text Example
White with #094D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094D2A; }
p { color: rgb(9,77,42); }
H1.HeaderClassName
{
color: #094D2A;
}
.AnyTagClassName
{
color: #094D2A;
}
</style>
background-color css
<style>
a { background-color: #094D2A; }
a { background-color: rgb(9,77,42); }
div.DivClassName
{
background-color: #094D2A;
}
.BgClassName
{
background-color: #094D2A;
}
</style>
border-color css
<style>
span { border-color: #094D2A; }
span { border-color: rgb(9,77,42); }
td.TdClassName
{
border-color: #094D2A;
}
.TagClassName
{
border-color: #094D2A;
}
</style>