Shades of Zuccini #0B4A2A
Tints of Zuccini #0B4A2A
RGB
CMYK
RGB Variations
Color information
#0B4A2A (or 0x0B4A2A) is known color: Zuccini. HEX triplet: 0B, 4A and 2A. RGB value is (11,74,42). Sum of RGB (Red+Green+Blue) = 11+74+42=127 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.66% from 127); Green value is 74 (29.30% from 255 or 58.27% from 127); Blue value is 42 (16.80% from 255 or 33.07% from 127); Max value from RGB is 74 - color contains mainly: green. Hex color #0B4A2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4A2A is #F4B5D5. Grayscale: #333333. Windows color (decimal): -16037334 or 2771467. OLE color: 2771467.
HSL color Cylindrical-coordinate representation of color #0B4A2A: hue angle of 149.52º 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 #0B4A2A is Cyan = 0.85, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 11 | 74 | 42 | - |
| CMYK | 0.85 | 0 | 0.43 | 0.71 |
| HSL | 149.52º | 0.74% | 0.17% | - |
| HSV(B) | 149.52º | 0.85% | 0.29% | - |
| XYZ | 3 | 5.14 | 3.02 | - |
| YUV | 51.52 | 122.63 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 74 | 42 | 0.85 | 0 | 0.43 | 0.71 | 149.52 | 0.74 | 0.17 |
| Hex | B | 4A | 2A | 55 | 0 | 2B | 47 | 96 | 4A | 11 |
| Octal | 13 | 112 | 52 | 125 | 0 | 53 | 107 | 226 | 112 | 21 |
| Binary | 1011 | 1001010 | 101010 | 1010101 | 0 | 101011 | 1000111 | 10010110 | 1001010 | 10001 |
Color Harmonies of #0B4A2A
Complementary color
Monochromatic Colors of #0B4A2A
Black with #0B4A2A
Text Example
Text Example
White with #0B4A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4A2A; }
p { color: rgb(11,74,42); }
H1.HeaderClassName
{
color: #0B4A2A;
}
.AnyTagClassName
{
color: #0B4A2A;
}
</style>
background-color css
<style>
a { background-color: #0B4A2A; }
a { background-color: rgb(11,74,42); }
div.DivClassName
{
background-color: #0B4A2A;
}
.BgClassName
{
background-color: #0B4A2A;
}
</style>
border-color css
<style>
span { border-color: #0B4A2A; }
span { border-color: rgb(11,74,42); }
td.TdClassName
{
border-color: #0B4A2A;
}
.TagClassName
{
border-color: #0B4A2A;
}
</style>