Shades of Zuccini #085031
Tints of Zuccini #085031
RGB
CMYK
RGB Variations
Color information
#085031 (or 0x085031) is known color: Zuccini. HEX triplet: 08, 50 and 31. RGB value is (8,80,49). Sum of RGB (Red+Green+Blue) = 8+80+49=137 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.84% from 137); Green value is 80 (31.64% from 255 or 58.39% from 137); Blue value is 49 (19.53% from 255 or 35.77% from 137); Max value from RGB is 80 - color contains mainly: green. Hex color #085031 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085031 is #F7AFCE. Grayscale: #363636. Windows color (decimal): -16232399 or 3231752. OLE color: 3231752.
HSL color Cylindrical-coordinate representation of color #085031: hue angle of 154.17º 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 #085031 is Cyan = 0.90, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 8 | 80 | 49 | - |
| CMYK | 0.90 | 0 | 0.39 | 0.69 |
| HSL | 154.17º | 0.82% | 0.17% | - |
| HSV(B) | 154.17º | 0.9% | 0.31% | - |
| XYZ | 3.52 | 6.01 | 3.88 | - |
| YUV | 54.94 | 124.65 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 80 | 49 | 0.90 | 0 | 0.39 | 0.69 | 154.17 | 0.82 | 0.17 |
| Hex | 8 | 50 | 31 | 5A | 0 | 27 | 45 | 9A | 52 | 11 |
| Octal | 10 | 120 | 61 | 132 | 0 | 47 | 105 | 232 | 122 | 21 |
| Binary | 1000 | 1010000 | 110001 | 1011010 | 0 | 100111 | 1000101 | 10011010 | 1010010 | 10001 |
Color Harmonies of #085031
Complementary color
Monochromatic Colors of #085031
Black with #085031
Text Example
Text Example
White with #085031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085031; }
p { color: rgb(8,80,49); }
H1.HeaderClassName
{
color: #085031;
}
.AnyTagClassName
{
color: #085031;
}
</style>
background-color css
<style>
a { background-color: #085031; }
a { background-color: rgb(8,80,49); }
div.DivClassName
{
background-color: #085031;
}
.BgClassName
{
background-color: #085031;
}
</style>
border-color css
<style>
span { border-color: #085031; }
span { border-color: rgb(8,80,49); }
td.TdClassName
{
border-color: #085031;
}
.TagClassName
{
border-color: #085031;
}
</style>