Shades of Zuccini #085030
Tints of Zuccini #085030
RGB
CMYK
RGB Variations
Color information
#085030 (or 0x085030) is known color: Zuccini. HEX triplet: 08, 50 and 30. RGB value is (8,80,48). Sum of RGB (Red+Green+Blue) = 8+80+48=136 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.88% from 136); Green value is 80 (31.64% from 255 or 58.82% from 136); Blue value is 48 (19.14% from 255 or 35.29% from 136); Max value from RGB is 80 - color contains mainly: green. Hex color #085030 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085030 is #F7AFCF. Grayscale: #363636. Windows color (decimal): -16232400 or 3166216. OLE color: 3166216.
HSL color Cylindrical-coordinate representation of color #085030: hue angle of 153.33º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085030 is Cyan = 0.90, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 8 | 80 | 48 | - |
| CMYK | 0.90 | 0 | 0.40 | 0.69 |
| HSL | 153.33º | 0.82% | 0.17% | - |
| HSV(B) | 153.33º | 0.9% | 0.31% | - |
| XYZ | 3.5 | 6 | 3.77 | - |
| YUV | 54.82 | 124.15 | 94.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 80 | 48 | 0.90 | 0 | 0.40 | 0.69 | 153.33 | 0.82 | 0.17 |
| Hex | 8 | 50 | 30 | 5A | 0 | 28 | 45 | 99 | 52 | 11 |
| Octal | 10 | 120 | 60 | 132 | 0 | 50 | 105 | 231 | 122 | 21 |
| Binary | 1000 | 1010000 | 110000 | 1011010 | 0 | 101000 | 1000101 | 10011001 | 1010010 | 10001 |
Color Harmonies of #085030
Complementary color
Monochromatic Colors of #085030
Black with #085030
Text Example
Text Example
White with #085030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085030; }
p { color: rgb(8,80,48); }
H1.HeaderClassName
{
color: #085030;
}
.AnyTagClassName
{
color: #085030;
}
</style>
background-color css
<style>
a { background-color: #085030; }
a { background-color: rgb(8,80,48); }
div.DivClassName
{
background-color: #085030;
}
.BgClassName
{
background-color: #085030;
}
</style>
border-color css
<style>
span { border-color: #085030; }
span { border-color: rgb(8,80,48); }
td.TdClassName
{
border-color: #085030;
}
.TagClassName
{
border-color: #085030;
}
</style>