Shades of Zuccini #0B4B2A
Tints of Zuccini #0B4B2A
RGB
CMYK
RGB Variations
Color information
#0B4B2A (or 0x0B4B2A) is known color: Zuccini. HEX triplet: 0B, 4B and 2A. RGB value is (11,75,42). Sum of RGB (Red+Green+Blue) = 11+75+42=128 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.59% from 128); Green value is 75 (29.69% from 255 or 58.59% from 128); Blue value is 42 (16.80% from 255 or 32.81% from 128); Max value from RGB is 75 - color contains mainly: green. Hex color #0B4B2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4B2A is #F4B4D5. Grayscale: #343434. Windows color (decimal): -16037078 or 2771723. OLE color: 2771723.
HSL color Cylindrical-coordinate representation of color #0B4B2A: hue angle of 149.06º 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 #0B4B2A is Cyan = 0.85, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 11 | 75 | 42 | - |
| CMYK | 0.85 | 0 | 0.44 | 0.71 |
| HSL | 149.06º | 0.74% | 0.17% | - |
| HSV(B) | 149.06º | 0.85% | 0.29% | - |
| XYZ | 3.07 | 5.27 | 3.05 | - |
| YUV | 52.1 | 122.3 | 98.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 75 | 42 | 0.85 | 0 | 0.44 | 0.71 | 149.06 | 0.74 | 0.17 |
| Hex | B | 4B | 2A | 55 | 0 | 2C | 47 | 95 | 4A | 11 |
| Octal | 13 | 113 | 52 | 125 | 0 | 54 | 107 | 225 | 112 | 21 |
| Binary | 1011 | 1001011 | 101010 | 1010101 | 0 | 101100 | 1000111 | 10010101 | 1001010 | 10001 |
Color Harmonies of #0B4B2A
Complementary color
Monochromatic Colors of #0B4B2A
Black with #0B4B2A
Text Example
Text Example
White with #0B4B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4B2A; }
p { color: rgb(11,75,42); }
H1.HeaderClassName
{
color: #0B4B2A;
}
.AnyTagClassName
{
color: #0B4B2A;
}
</style>
background-color css
<style>
a { background-color: #0B4B2A; }
a { background-color: rgb(11,75,42); }
div.DivClassName
{
background-color: #0B4B2A;
}
.BgClassName
{
background-color: #0B4B2A;
}
</style>
border-color css
<style>
span { border-color: #0B4B2A; }
span { border-color: rgb(11,75,42); }
td.TdClassName
{
border-color: #0B4B2A;
}
.TagClassName
{
border-color: #0B4B2A;
}
</style>