Shades of Zuccini #09512F
Tints of Zuccini #09512F
RGB
CMYK
RGB Variations
Color information
#09512F (or 0x09512F) is known color: Zuccini. HEX triplet: 09, 51 and 2F. RGB value is (9,81,47). Sum of RGB (Red+Green+Blue) = 9+81+47=137 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.57% from 137); Green value is 81 (32.03% from 255 or 59.12% from 137); Blue value is 47 (18.75% from 255 or 34.31% from 137); Max value from RGB is 81 - color contains mainly: green. Hex color #09512F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09512F is #F6AED0. Grayscale: #373737. Windows color (decimal): -16166609 or 3100937. OLE color: 3100937.
HSL color Cylindrical-coordinate representation of color #09512F: hue angle of 151.67º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #09512F is Cyan = 0.89, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 9 | 81 | 47 | - |
| CMYK | 0.89 | 0 | 0.42 | 0.68 |
| HSL | 151.67º | 0.8% | 0.18% | - |
| HSV(B) | 151.67º | 0.89% | 0.32% | - |
| XYZ | 3.57 | 6.15 | 3.69 | - |
| YUV | 55.6 | 123.15 | 94.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 81 | 47 | 0.89 | 0 | 0.42 | 0.68 | 151.67 | 0.8 | 0.18 |
| Hex | 9 | 51 | 2F | 59 | 0 | 2A | 44 | 98 | 50 | 12 |
| Octal | 11 | 121 | 57 | 131 | 0 | 52 | 104 | 230 | 120 | 22 |
| Binary | 1001 | 1010001 | 101111 | 1011001 | 0 | 101010 | 1000100 | 10011000 | 1010000 | 10010 |
Color Harmonies of #09512F
Complementary color
Monochromatic Colors of #09512F
Black with #09512F
Text Example
Text Example
White with #09512F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09512F; }
p { color: rgb(9,81,47); }
H1.HeaderClassName
{
color: #09512F;
}
.AnyTagClassName
{
color: #09512F;
}
</style>
background-color css
<style>
a { background-color: #09512F; }
a { background-color: rgb(9,81,47); }
div.DivClassName
{
background-color: #09512F;
}
.BgClassName
{
background-color: #09512F;
}
</style>
border-color css
<style>
span { border-color: #09512F; }
span { border-color: rgb(9,81,47); }
td.TdClassName
{
border-color: #09512F;
}
.TagClassName
{
border-color: #09512F;
}
</style>