Shades of Zuccini #09512A
Tints of Zuccini #09512A
RGB
CMYK
RGB Variations
Color information
#09512A (or 0x09512A) is known color: Zuccini. HEX triplet: 09, 51 and 2A. RGB value is (9,81,42). Sum of RGB (Red+Green+Blue) = 9+81+42=132 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.82% from 132); Green value is 81 (32.03% from 255 or 61.36% from 132); Blue value is 42 (16.80% from 255 or 31.82% from 132); Max value from RGB is 81 - color contains mainly: green. Hex color #09512A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09512A is #F6AED5. Grayscale: #373737. Windows color (decimal): -16166614 or 2773257. OLE color: 2773257.
HSL color Cylindrical-coordinate representation of color #09512A: hue angle of 147.5º 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 #09512A is Cyan = 0.89, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 9 | 81 | 42 | - |
| CMYK | 0.89 | 0 | 0.48 | 0.68 |
| HSL | 147.5º | 0.8% | 0.18% | - |
| HSV(B) | 147.5º | 0.89% | 0.32% | - |
| XYZ | 3.47 | 6.11 | 3.19 | - |
| YUV | 55.03 | 120.65 | 95.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 81 | 42 | 0.89 | 0 | 0.48 | 0.68 | 147.5 | 0.8 | 0.18 |
| Hex | 9 | 51 | 2A | 59 | 0 | 30 | 44 | 94 | 50 | 12 |
| Octal | 11 | 121 | 52 | 131 | 0 | 60 | 104 | 224 | 120 | 22 |
| Binary | 1001 | 1010001 | 101010 | 1011001 | 0 | 110000 | 1000100 | 10010100 | 1010000 | 10010 |
Color Harmonies of #09512A
Complementary color
Monochromatic Colors of #09512A
Black with #09512A
Text Example
Text Example
White with #09512A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09512A; }
p { color: rgb(9,81,42); }
H1.HeaderClassName
{
color: #09512A;
}
.AnyTagClassName
{
color: #09512A;
}
</style>
background-color css
<style>
a { background-color: #09512A; }
a { background-color: rgb(9,81,42); }
div.DivClassName
{
background-color: #09512A;
}
.BgClassName
{
background-color: #09512A;
}
</style>
border-color css
<style>
span { border-color: #09512A; }
span { border-color: rgb(9,81,42); }
td.TdClassName
{
border-color: #09512A;
}
.TagClassName
{
border-color: #09512A;
}
</style>