Shades of Zuccini #09512D
Tints of Zuccini #09512D
RGB
CMYK
RGB Variations
Color information
#09512D (or 0x09512D) is known color: Zuccini. HEX triplet: 09, 51 and 2D. RGB value is (9,81,45). Sum of RGB (Red+Green+Blue) = 9+81+45=135 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.67% from 135); Green value is 81 (32.03% from 255 or 60% from 135); Blue value is 45 (17.97% from 255 or 33.33% from 135); Max value from RGB is 81 - color contains mainly: green. Hex color #09512D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09512D is #F6AED2. Grayscale: #373737. Windows color (decimal): -16166611 or 2969865. OLE color: 2969865.
HSL color Cylindrical-coordinate representation of color #09512D: hue angle of 150º 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 #09512D is Cyan = 0.89, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 9 | 81 | 45 | - |
| CMYK | 0.89 | 0 | 0.44 | 0.68 |
| HSL | 150º | 0.8% | 0.18% | - |
| HSV(B) | 150º | 0.89% | 0.32% | - |
| XYZ | 3.53 | 6.13 | 3.48 | - |
| YUV | 55.37 | 122.15 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 81 | 45 | 0.89 | 0 | 0.44 | 0.68 | 150 | 0.8 | 0.18 |
| Hex | 9 | 51 | 2D | 59 | 0 | 2C | 44 | 96 | 50 | 12 |
| Octal | 11 | 121 | 55 | 131 | 0 | 54 | 104 | 226 | 120 | 22 |
| Binary | 1001 | 1010001 | 101101 | 1011001 | 0 | 101100 | 1000100 | 10010110 | 1010000 | 10010 |
Color Harmonies of #09512D
Complementary color
Monochromatic Colors of #09512D
Black with #09512D
Text Example
Text Example
White with #09512D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09512D; }
p { color: rgb(9,81,45); }
H1.HeaderClassName
{
color: #09512D;
}
.AnyTagClassName
{
color: #09512D;
}
</style>
background-color css
<style>
a { background-color: #09512D; }
a { background-color: rgb(9,81,45); }
div.DivClassName
{
background-color: #09512D;
}
.BgClassName
{
background-color: #09512D;
}
</style>
border-color css
<style>
span { border-color: #09512D; }
span { border-color: rgb(9,81,45); }
td.TdClassName
{
border-color: #09512D;
}
.TagClassName
{
border-color: #09512D;
}
</style>