Shades of Zuccini #094D30
Tints of Zuccini #094D30
RGB
CMYK
RGB Variations
Color information
#094D30 (or 0x094D30) is known color: Zuccini. HEX triplet: 09, 4D and 30. RGB value is (9,77,48). Sum of RGB (Red+Green+Blue) = 9+77+48=134 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.72% from 134); Green value is 77 (30.47% from 255 or 57.46% from 134); Blue value is 48 (19.14% from 255 or 35.82% from 134); Max value from RGB is 77 - color contains mainly: green. Hex color #094D30 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #094D30 is #F6B2CF. Grayscale: #353535. Windows color (decimal): -16167632 or 3165449. OLE color: 3165449.
HSL color Cylindrical-coordinate representation of color #094D30: hue angle of 154.41º 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 #094D30 is Cyan = 0.88, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 9 | 77 | 48 | - |
| CMYK | 0.88 | 0 | 0.38 | 0.70 |
| HSL | 154.41º | 0.79% | 0.17% | - |
| HSV(B) | 154.41º | 0.88% | 0.3% | - |
| XYZ | 3.3 | 5.58 | 3.7 | - |
| YUV | 53.36 | 124.97 | 96.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 77 | 48 | 0.88 | 0 | 0.38 | 0.70 | 154.41 | 0.79 | 0.17 |
| Hex | 9 | 4D | 30 | 58 | 0 | 26 | 46 | 9A | 4F | 11 |
| Octal | 11 | 115 | 60 | 130 | 0 | 46 | 106 | 232 | 117 | 21 |
| Binary | 1001 | 1001101 | 110000 | 1011000 | 0 | 100110 | 1000110 | 10011010 | 1001111 | 10001 |
Color Harmonies of #094D30
Complementary color
Monochromatic Colors of #094D30
Black with #094D30
Text Example
Text Example
White with #094D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094D30; }
p { color: rgb(9,77,48); }
H1.HeaderClassName
{
color: #094D30;
}
.AnyTagClassName
{
color: #094D30;
}
</style>
background-color css
<style>
a { background-color: #094D30; }
a { background-color: rgb(9,77,48); }
div.DivClassName
{
background-color: #094D30;
}
.BgClassName
{
background-color: #094D30;
}
</style>
border-color css
<style>
span { border-color: #094D30; }
span { border-color: rgb(9,77,48); }
td.TdClassName
{
border-color: #094D30;
}
.TagClassName
{
border-color: #094D30;
}
</style>