Shades of Zuccini #0A4B24
Tints of Zuccini #0A4B24
RGB
CMYK
RGB Variations
Color information
#0A4B24 (or 0x0A4B24) is known color: Zuccini. HEX triplet: 0A, 4B and 24. RGB value is (10,75,36). Sum of RGB (Red+Green+Blue) = 10+75+36=121 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.26% from 121); Green value is 75 (29.69% from 255 or 61.98% from 121); Blue value is 36 (14.45% from 255 or 29.75% from 121); Max value from RGB is 75 - color contains mainly: green. Hex color #0A4B24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4B24 is #F5B4DB. Grayscale: #333333. Windows color (decimal): -16102620 or 2378506. OLE color: 2378506.
HSL color Cylindrical-coordinate representation of color #0A4B24: hue angle of 144º degrees, saturation: 0.76, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A4B24 is Cyan = 0.87, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 10 | 75 | 36 | - |
| CMYK | 0.87 | 0 | 0.52 | 0.71 |
| HSL | 144º | 0.76% | 0.17% | - |
| HSV(B) | 144º | 0.87% | 0.29% | - |
| XYZ | 2.96 | 5.22 | 2.52 | - |
| YUV | 51.12 | 119.47 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 75 | 36 | 0.87 | 0 | 0.52 | 0.71 | 144 | 0.76 | 0.17 |
| Hex | A | 4B | 24 | 57 | 0 | 34 | 47 | 90 | 4C | 11 |
| Octal | 12 | 113 | 44 | 127 | 0 | 64 | 107 | 220 | 114 | 21 |
| Binary | 1010 | 1001011 | 100100 | 1010111 | 0 | 110100 | 1000111 | 10010000 | 1001100 | 10001 |
Color Harmonies of #0A4B24
Complementary color
Monochromatic Colors of #0A4B24
Black with #0A4B24
Text Example
Text Example
White with #0A4B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4B24; }
p { color: rgb(10,75,36); }
H1.HeaderClassName
{
color: #0A4B24;
}
.AnyTagClassName
{
color: #0A4B24;
}
</style>
background-color css
<style>
a { background-color: #0A4B24; }
a { background-color: rgb(10,75,36); }
div.DivClassName
{
background-color: #0A4B24;
}
.BgClassName
{
background-color: #0A4B24;
}
</style>
border-color css
<style>
span { border-color: #0A4B24; }
span { border-color: rgb(10,75,36); }
td.TdClassName
{
border-color: #0A4B24;
}
.TagClassName
{
border-color: #0A4B24;
}
</style>