Shades of Zuccini #0A4F24
Tints of Zuccini #0A4F24
RGB
CMYK
RGB Variations
Color information
#0A4F24 (or 0x0A4F24) is known color: Zuccini. HEX triplet: 0A, 4F and 24. RGB value is (10,79,36). Sum of RGB (Red+Green+Blue) = 10+79+36=125 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8% from 125); Green value is 79 (31.25% from 255 or 63.2% from 125); Blue value is 36 (14.45% from 255 or 28.8% from 125); Max value from RGB is 79 - color contains mainly: green. Hex color #0A4F24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A4F24 is #F5B0DB. Grayscale: #353535. Windows color (decimal): -16101596 or 2379530. OLE color: 2379530.
HSL color Cylindrical-coordinate representation of color #0A4F24: hue angle of 142.61º degrees, saturation: 0.78, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A4F24 is Cyan = 0.87, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 10 | 79 | 36 | - |
| CMYK | 0.87 | 0 | 0.54 | 0.69 |
| HSL | 142.61º | 0.78% | 0.17% | - |
| HSV(B) | 142.61º | 0.87% | 0.31% | - |
| XYZ | 3.24 | 5.78 | 2.61 | - |
| YUV | 53.47 | 118.14 | 97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 79 | 36 | 0.87 | 0 | 0.54 | 0.69 | 142.61 | 0.78 | 0.17 |
| Hex | A | 4F | 24 | 57 | 0 | 36 | 45 | 8F | 4E | 11 |
| Octal | 12 | 117 | 44 | 127 | 0 | 66 | 105 | 217 | 116 | 21 |
| Binary | 1010 | 1001111 | 100100 | 1010111 | 0 | 110110 | 1000101 | 10001111 | 1001110 | 10001 |
Color Harmonies of #0A4F24
Complementary color
Monochromatic Colors of #0A4F24
Black with #0A4F24
Text Example
Text Example
White with #0A4F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4F24; }
p { color: rgb(10,79,36); }
H1.HeaderClassName
{
color: #0A4F24;
}
.AnyTagClassName
{
color: #0A4F24;
}
</style>
background-color css
<style>
a { background-color: #0A4F24; }
a { background-color: rgb(10,79,36); }
div.DivClassName
{
background-color: #0A4F24;
}
.BgClassName
{
background-color: #0A4F24;
}
</style>
border-color css
<style>
span { border-color: #0A4F24; }
span { border-color: rgb(10,79,36); }
td.TdClassName
{
border-color: #0A4F24;
}
.TagClassName
{
border-color: #0A4F24;
}
</style>