Shades of Zuccini #0B4A2E
Tints of Zuccini #0B4A2E
RGB
CMYK
RGB Variations
Color information
#0B4A2E (or 0x0B4A2E) is known color: Zuccini. HEX triplet: 0B, 4A and 2E. RGB value is (11,74,46). Sum of RGB (Red+Green+Blue) = 11+74+46=131 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.40% from 131); Green value is 74 (29.30% from 255 or 56.49% from 131); Blue value is 46 (18.36% from 255 or 35.11% from 131); Max value from RGB is 74 - color contains mainly: green. Hex color #0B4A2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4A2E is #F4B5D1. Grayscale: #343434. Windows color (decimal): -16037330 or 3033611. OLE color: 3033611.
HSL color Cylindrical-coordinate representation of color #0B4A2E: hue angle of 153.33º 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 #0B4A2E is Cyan = 0.85, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 11 | 74 | 46 | - |
| CMYK | 0.85 | 0 | 0.38 | 0.71 |
| HSL | 153.33º | 0.74% | 0.17% | - |
| HSV(B) | 153.33º | 0.85% | 0.29% | - |
| XYZ | 3.08 | 5.17 | 3.42 | - |
| YUV | 51.97 | 124.63 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 74 | 46 | 0.85 | 0 | 0.38 | 0.71 | 153.33 | 0.74 | 0.17 |
| Hex | B | 4A | 2E | 55 | 0 | 26 | 47 | 99 | 4A | 11 |
| Octal | 13 | 112 | 56 | 125 | 0 | 46 | 107 | 231 | 112 | 21 |
| Binary | 1011 | 1001010 | 101110 | 1010101 | 0 | 100110 | 1000111 | 10011001 | 1001010 | 10001 |
Color Harmonies of #0B4A2E
Complementary color
Monochromatic Colors of #0B4A2E
Black with #0B4A2E
Text Example
Text Example
White with #0B4A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4A2E; }
p { color: rgb(11,74,46); }
H1.HeaderClassName
{
color: #0B4A2E;
}
.AnyTagClassName
{
color: #0B4A2E;
}
</style>
background-color css
<style>
a { background-color: #0B4A2E; }
a { background-color: rgb(11,74,46); }
div.DivClassName
{
background-color: #0B4A2E;
}
.BgClassName
{
background-color: #0B4A2E;
}
</style>
border-color css
<style>
span { border-color: #0B4A2E; }
span { border-color: rgb(11,74,46); }
td.TdClassName
{
border-color: #0B4A2E;
}
.TagClassName
{
border-color: #0B4A2E;
}
</style>