Shades of Zuccini #0A4E29
Tints of Zuccini #0A4E29
RGB
CMYK
RGB Variations
Color information
#0A4E29 (or 0x0A4E29) is known color: Zuccini. HEX triplet: 0A, 4E and 29. RGB value is (10,78,41). Sum of RGB (Red+Green+Blue) = 10+78+41=129 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.75% from 129); Green value is 78 (30.86% from 255 or 60.47% from 129); Blue value is 41 (16.41% from 255 or 31.78% from 129); Max value from RGB is 78 - color contains mainly: green. Hex color #0A4E29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A4E29 is #F5B1D6. Grayscale: #353535. Windows color (decimal): -16101847 or 2706954. OLE color: 2706954.
HSL color Cylindrical-coordinate representation of color #0A4E29: hue angle of 147.35º degrees, saturation: 0.77, 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 #0A4E29 is Cyan = 0.87, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 10 | 78 | 41 | - |
| CMYK | 0.87 | 0 | 0.47 | 0.69 |
| HSL | 147.35º | 0.77% | 0.17% | - |
| HSV(B) | 147.35º | 0.87% | 0.31% | - |
| XYZ | 3.25 | 5.67 | 3.02 | - |
| YUV | 53.45 | 120.97 | 97.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 78 | 41 | 0.87 | 0 | 0.47 | 0.69 | 147.35 | 0.77 | 0.17 |
| Hex | A | 4E | 29 | 57 | 0 | 2F | 45 | 93 | 4D | 11 |
| Octal | 12 | 116 | 51 | 127 | 0 | 57 | 105 | 223 | 115 | 21 |
| Binary | 1010 | 1001110 | 101001 | 1010111 | 0 | 101111 | 1000101 | 10010011 | 1001101 | 10001 |
Color Harmonies of #0A4E29
Complementary color
Monochromatic Colors of #0A4E29
Black with #0A4E29
Text Example
Text Example
White with #0A4E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4E29; }
p { color: rgb(10,78,41); }
H1.HeaderClassName
{
color: #0A4E29;
}
.AnyTagClassName
{
color: #0A4E29;
}
</style>
background-color css
<style>
a { background-color: #0A4E29; }
a { background-color: rgb(10,78,41); }
div.DivClassName
{
background-color: #0A4E29;
}
.BgClassName
{
background-color: #0A4E29;
}
</style>
border-color css
<style>
span { border-color: #0A4E29; }
span { border-color: rgb(10,78,41); }
td.TdClassName
{
border-color: #0A4E29;
}
.TagClassName
{
border-color: #0A4E29;
}
</style>