Shades of Zuccini #0B4B22
Tints of Zuccini #0B4B22
RGB
CMYK
RGB Variations
Color information
#0B4B22 (or 0x0B4B22) is known color: Zuccini. HEX triplet: 0B, 4B and 22. RGB value is (11,75,34). Sum of RGB (Red+Green+Blue) = 11+75+34=120 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.17% from 120); Green value is 75 (29.69% from 255 or 62.5% from 120); Blue value is 34 (13.67% from 255 or 28.33% from 120); Max value from RGB is 75 - color contains mainly: green. Hex color #0B4B22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4B22 is #F4B4DD. Grayscale: #333333. Windows color (decimal): -16037086 or 2247435. OLE color: 2247435.
HSL color Cylindrical-coordinate representation of color #0B4B22: hue angle of 141.56º degrees, saturation: 0.74, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B4B22 is Cyan = 0.85, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 11 | 75 | 34 | - |
| CMYK | 0.85 | 0 | 0.55 | 0.71 |
| HSL | 141.56º | 0.74% | 0.17% | - |
| HSV(B) | 141.56º | 0.85% | 0.29% | - |
| XYZ | 2.94 | 5.22 | 2.37 | - |
| YUV | 51.19 | 118.3 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 75 | 34 | 0.85 | 0 | 0.55 | 0.71 | 141.56 | 0.74 | 0.17 |
| Hex | B | 4B | 22 | 55 | 0 | 37 | 47 | 8E | 4A | 11 |
| Octal | 13 | 113 | 42 | 125 | 0 | 67 | 107 | 216 | 112 | 21 |
| Binary | 1011 | 1001011 | 100010 | 1010101 | 0 | 110111 | 1000111 | 10001110 | 1001010 | 10001 |
Color Harmonies of #0B4B22
Complementary color
Monochromatic Colors of #0B4B22
Black with #0B4B22
Text Example
Text Example
White with #0B4B22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4B22; }
p { color: rgb(11,75,34); }
H1.HeaderClassName
{
color: #0B4B22;
}
.AnyTagClassName
{
color: #0B4B22;
}
</style>
background-color css
<style>
a { background-color: #0B4B22; }
a { background-color: rgb(11,75,34); }
div.DivClassName
{
background-color: #0B4B22;
}
.BgClassName
{
background-color: #0B4B22;
}
</style>
border-color css
<style>
span { border-color: #0B4B22; }
span { border-color: rgb(11,75,34); }
td.TdClassName
{
border-color: #0B4B22;
}
.TagClassName
{
border-color: #0B4B22;
}
</style>