Shades of Zuccini #095028
Tints of Zuccini #095028
RGB
CMYK
RGB Variations
Color information
#095028 (or 0x095028) is known color: Zuccini. HEX triplet: 09, 50 and 28. RGB value is (9,80,40). Sum of RGB (Red+Green+Blue) = 9+80+40=129 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.98% from 129); Green value is 80 (31.64% from 255 or 62.02% from 129); Blue value is 40 (16.02% from 255 or 31.01% from 129); Max value from RGB is 80 - color contains mainly: green. Hex color #095028 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095028 is #F6AFD7. Grayscale: #363636. Windows color (decimal): -16166872 or 2641929. OLE color: 2641929.
HSL color Cylindrical-coordinate representation of color #095028: hue angle of 146.2º 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 #095028 is Cyan = 0.89, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 9 | 80 | 40 | - |
| CMYK | 0.89 | 0 | 0.5 | 0.69 |
| HSL | 146.2º | 0.8% | 0.17% | - |
| HSV(B) | 146.2º | 0.89% | 0.31% | - |
| XYZ | 3.36 | 5.95 | 2.98 | - |
| YUV | 54.21 | 119.98 | 95.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 80 | 40 | 0.89 | 0 | 0.5 | 0.69 | 146.2 | 0.8 | 0.17 |
| Hex | 9 | 50 | 28 | 59 | 0 | 32 | 45 | 92 | 50 | 11 |
| Octal | 11 | 120 | 50 | 131 | 0 | 62 | 105 | 222 | 120 | 21 |
| Binary | 1001 | 1010000 | 101000 | 1011001 | 0 | 110010 | 1000101 | 10010010 | 1010000 | 10001 |
Color Harmonies of #095028
Complementary color
Monochromatic Colors of #095028
Black with #095028
Text Example
Text Example
White with #095028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095028; }
p { color: rgb(9,80,40); }
H1.HeaderClassName
{
color: #095028;
}
.AnyTagClassName
{
color: #095028;
}
</style>
background-color css
<style>
a { background-color: #095028; }
a { background-color: rgb(9,80,40); }
div.DivClassName
{
background-color: #095028;
}
.BgClassName
{
background-color: #095028;
}
</style>
border-color css
<style>
span { border-color: #095028; }
span { border-color: rgb(9,80,40); }
td.TdClassName
{
border-color: #095028;
}
.TagClassName
{
border-color: #095028;
}
</style>