Shades of Zuccini #094F32
Tints of Zuccini #094F32
RGB
CMYK
RGB Variations
Color information
#094F32 (or 0x094F32) is known color: Zuccini. HEX triplet: 09, 4F and 32. RGB value is (9,79,50). Sum of RGB (Red+Green+Blue) = 9+79+50=138 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.52% from 138); Green value is 79 (31.25% from 255 or 57.25% from 138); Blue value is 50 (19.92% from 255 or 36.23% from 138); Max value from RGB is 79 - color contains mainly: green. Hex color #094F32 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #094F32 is #F6B0CD. Grayscale: #363636. Windows color (decimal): -16167118 or 3297033. OLE color: 3297033.
HSL color Cylindrical-coordinate representation of color #094F32: hue angle of 155.14º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #094F32 is Cyan = 0.89, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 9 | 79 | 50 | - |
| CMYK | 0.89 | 0 | 0.37 | 0.69 |
| HSL | 155.14º | 0.8% | 0.17% | - |
| HSV(B) | 155.14º | 0.89% | 0.31% | - |
| XYZ | 3.48 | 5.88 | 3.97 | - |
| YUV | 54.76 | 125.31 | 95.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 79 | 50 | 0.89 | 0 | 0.37 | 0.69 | 155.14 | 0.8 | 0.17 |
| Hex | 9 | 4F | 32 | 59 | 0 | 25 | 45 | 9B | 50 | 11 |
| Octal | 11 | 117 | 62 | 131 | 0 | 45 | 105 | 233 | 120 | 21 |
| Binary | 1001 | 1001111 | 110010 | 1011001 | 0 | 100101 | 1000101 | 10011011 | 1010000 | 10001 |
Color Harmonies of #094F32
Complementary color
Monochromatic Colors of #094F32
Black with #094F32
Text Example
Text Example
White with #094F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094F32; }
p { color: rgb(9,79,50); }
H1.HeaderClassName
{
color: #094F32;
}
.AnyTagClassName
{
color: #094F32;
}
</style>
background-color css
<style>
a { background-color: #094F32; }
a { background-color: rgb(9,79,50); }
div.DivClassName
{
background-color: #094F32;
}
.BgClassName
{
background-color: #094F32;
}
</style>
border-color css
<style>
span { border-color: #094F32; }
span { border-color: rgb(9,79,50); }
td.TdClassName
{
border-color: #094F32;
}
.TagClassName
{
border-color: #094F32;
}
</style>