Shades of Zuccini #0B4829
Tints of Zuccini #0B4829
RGB
CMYK
RGB Variations
Color information
#0B4829 (or 0x0B4829) is known color: Zuccini. HEX triplet: 0B, 48 and 29. RGB value is (11,72,41). Sum of RGB (Red+Green+Blue) = 11+72+41=124 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.87% from 124); Green value is 72 (28.52% from 255 or 58.06% from 124); Blue value is 41 (16.41% from 255 or 33.06% from 124); Max value from RGB is 72 - color contains mainly: green. Hex color #0B4829 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4829 is #F4B7D6. Grayscale: #323232. Windows color (decimal): -16037847 or 2705419. OLE color: 2705419.
HSL color Cylindrical-coordinate representation of color #0B4829: hue angle of 149.51º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B4829 is Cyan = 0.85, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 11 | 72 | 41 | - |
| CMYK | 0.85 | 0 | 0.43 | 0.72 |
| HSL | 149.51º | 0.73% | 0.16% | - |
| HSV(B) | 149.51º | 0.85% | 0.28% | - |
| XYZ | 2.86 | 4.87 | 2.89 | - |
| YUV | 50.23 | 122.79 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 72 | 41 | 0.85 | 0 | 0.43 | 0.72 | 149.51 | 0.73 | 0.16 |
| Hex | B | 48 | 29 | 55 | 0 | 2B | 48 | 96 | 49 | 10 |
| Octal | 13 | 110 | 51 | 125 | 0 | 53 | 110 | 226 | 111 | 20 |
| Binary | 1011 | 1001000 | 101001 | 1010101 | 0 | 101011 | 1001000 | 10010110 | 1001001 | 10000 |
Color Harmonies of #0B4829
Complementary color
Monochromatic Colors of #0B4829
Black with #0B4829
Text Example
Text Example
White with #0B4829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4829; }
p { color: rgb(11,72,41); }
H1.HeaderClassName
{
color: #0B4829;
}
.AnyTagClassName
{
color: #0B4829;
}
</style>
background-color css
<style>
a { background-color: #0B4829; }
a { background-color: rgb(11,72,41); }
div.DivClassName
{
background-color: #0B4829;
}
.BgClassName
{
background-color: #0B4829;
}
</style>
border-color css
<style>
span { border-color: #0B4829; }
span { border-color: rgb(11,72,41); }
td.TdClassName
{
border-color: #0B4829;
}
.TagClassName
{
border-color: #0B4829;
}
</style>