Shades of Zuccini #0B4729
Tints of Zuccini #0B4729
RGB
CMYK
RGB Variations
Color information
#0B4729 (or 0x0B4729) is known color: Zuccini. HEX triplet: 0B, 47 and 29. RGB value is (11,71,41). Sum of RGB (Red+Green+Blue) = 11+71+41=123 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.94% from 123); Green value is 71 (28.12% from 255 or 57.72% from 123); Blue value is 41 (16.41% from 255 or 33.33% from 123); Max value from RGB is 71 - color contains mainly: green. Hex color #0B4729 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4729 is #F4B8D6. Grayscale: #313131. Windows color (decimal): -16038103 or 2705163. OLE color: 2705163.
HSL color Cylindrical-coordinate representation of color #0B4729: hue angle of 150º 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 #0B4729 is Cyan = 0.85, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 11 | 71 | 41 | - |
| CMYK | 0.85 | 0 | 0.42 | 0.72 |
| HSL | 150º | 0.73% | 0.16% | - |
| HSV(B) | 150º | 0.85% | 0.28% | - |
| XYZ | 2.79 | 4.74 | 2.87 | - |
| YUV | 49.64 | 123.12 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 71 | 41 | 0.85 | 0 | 0.42 | 0.72 | 150 | 0.73 | 0.16 |
| Hex | B | 47 | 29 | 55 | 0 | 2A | 48 | 96 | 49 | 10 |
| Octal | 13 | 107 | 51 | 125 | 0 | 52 | 110 | 226 | 111 | 20 |
| Binary | 1011 | 1000111 | 101001 | 1010101 | 0 | 101010 | 1001000 | 10010110 | 1001001 | 10000 |
Color Harmonies of #0B4729
Complementary color
Monochromatic Colors of #0B4729
Black with #0B4729
Text Example
Text Example
White with #0B4729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4729; }
p { color: rgb(11,71,41); }
H1.HeaderClassName
{
color: #0B4729;
}
.AnyTagClassName
{
color: #0B4729;
}
</style>
background-color css
<style>
a { background-color: #0B4729; }
a { background-color: rgb(11,71,41); }
div.DivClassName
{
background-color: #0B4729;
}
.BgClassName
{
background-color: #0B4729;
}
</style>
border-color css
<style>
span { border-color: #0B4729; }
span { border-color: rgb(11,71,41); }
td.TdClassName
{
border-color: #0B4729;
}
.TagClassName
{
border-color: #0B4729;
}
</style>