Shades of Zuccini #0B4823
Tints of Zuccini #0B4823
RGB
CMYK
RGB Variations
Color information
#0B4823 (or 0x0B4823) is known color: Zuccini. HEX triplet: 0B, 48 and 23. RGB value is (11,72,35). Sum of RGB (Red+Green+Blue) = 11+72+35=118 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.32% from 118); Green value is 72 (28.52% from 255 or 61.02% from 118); Blue value is 35 (14.06% from 255 or 29.66% from 118); Max value from RGB is 72 - color contains mainly: green. Hex color #0B4823 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4823 is #F4B7DC. Grayscale: #313131. Windows color (decimal): -16037853 or 2312203. OLE color: 2312203.
HSL color Cylindrical-coordinate representation of color #0B4823: hue angle of 143.61º 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 #0B4823 is Cyan = 0.85, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 11 | 72 | 35 | - |
| CMYK | 0.85 | 0 | 0.51 | 0.72 |
| HSL | 143.61º | 0.73% | 0.16% | - |
| HSV(B) | 143.61º | 0.85% | 0.28% | - |
| XYZ | 2.76 | 4.83 | 2.38 | - |
| YUV | 49.54 | 119.79 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 72 | 35 | 0.85 | 0 | 0.51 | 0.72 | 143.61 | 0.73 | 0.16 |
| Hex | B | 48 | 23 | 55 | 0 | 33 | 48 | 90 | 49 | 10 |
| Octal | 13 | 110 | 43 | 125 | 0 | 63 | 110 | 220 | 111 | 20 |
| Binary | 1011 | 1001000 | 100011 | 1010101 | 0 | 110011 | 1001000 | 10010000 | 1001001 | 10000 |
Color Harmonies of #0B4823
Complementary color
Monochromatic Colors of #0B4823
Black with #0B4823
Text Example
Text Example
White with #0B4823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4823; }
p { color: rgb(11,72,35); }
H1.HeaderClassName
{
color: #0B4823;
}
.AnyTagClassName
{
color: #0B4823;
}
</style>
background-color css
<style>
a { background-color: #0B4823; }
a { background-color: rgb(11,72,35); }
div.DivClassName
{
background-color: #0B4823;
}
.BgClassName
{
background-color: #0B4823;
}
</style>
border-color css
<style>
span { border-color: #0B4823; }
span { border-color: rgb(11,72,35); }
td.TdClassName
{
border-color: #0B4823;
}
.TagClassName
{
border-color: #0B4823;
}
</style>