Shades of Zuccini #0B4921
Tints of Zuccini #0B4921
RGB
CMYK
RGB Variations
Color information
#0B4921 (or 0x0B4921) is known color: Zuccini. HEX triplet: 0B, 49 and 21. RGB value is (11,73,33). Sum of RGB (Red+Green+Blue) = 11+73+33=117 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.40% from 117); Green value is 73 (28.91% from 255 or 62.39% from 117); Blue value is 33 (13.28% from 255 or 28.21% from 117); Max value from RGB is 73 - color contains mainly: green. Hex color #0B4921 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4921 is #F4B6DE. Grayscale: #323232. Windows color (decimal): -16037599 or 2181387. OLE color: 2181387.
HSL color Cylindrical-coordinate representation of color #0B4921: hue angle of 141.29º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B4921 is Cyan = 0.85, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 11 | 73 | 33 | - |
| CMYK | 0.85 | 0 | 0.55 | 0.71 |
| HSL | 141.29º | 0.74% | 0.16% | - |
| HSV(B) | 141.29º | 0.85% | 0.29% | - |
| XYZ | 2.8 | 4.95 | 2.25 | - |
| YUV | 49.9 | 118.46 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 73 | 33 | 0.85 | 0 | 0.55 | 0.71 | 141.29 | 0.74 | 0.16 |
| Hex | B | 49 | 21 | 55 | 0 | 37 | 47 | 8D | 4A | 10 |
| Octal | 13 | 111 | 41 | 125 | 0 | 67 | 107 | 215 | 112 | 20 |
| Binary | 1011 | 1001001 | 100001 | 1010101 | 0 | 110111 | 1000111 | 10001101 | 1001010 | 10000 |
Color Harmonies of #0B4921
Complementary color
Monochromatic Colors of #0B4921
Black with #0B4921
Text Example
Text Example
White with #0B4921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4921; }
p { color: rgb(11,73,33); }
H1.HeaderClassName
{
color: #0B4921;
}
.AnyTagClassName
{
color: #0B4921;
}
</style>
background-color css
<style>
a { background-color: #0B4921; }
a { background-color: rgb(11,73,33); }
div.DivClassName
{
background-color: #0B4921;
}
.BgClassName
{
background-color: #0B4921;
}
</style>
border-color css
<style>
span { border-color: #0B4921; }
span { border-color: rgb(11,73,33); }
td.TdClassName
{
border-color: #0B4921;
}
.TagClassName
{
border-color: #0B4921;
}
</style>