Shades of Camarone #0B7320
Tints of Camarone #0B7320
RGB
CMYK
RGB Variations
Color information
#0B7320 (or 0x0B7320) is known color: Camarone. HEX triplet: 0B, 73 and 20. RGB value is (11,115,32). Sum of RGB (Red+Green+Blue) = 11+115+32=158 (20% of max value = 765). Red value is 11 (4.69% from 255 or 6.96% from 158); Green value is 115 (45.31% from 255 or 72.78% from 158); Blue value is 32 (12.89% from 255 or 20.25% from 158); Max value from RGB is 115 - color contains mainly: green. Hex color #0B7320 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B7320 is #F48CDF. Grayscale: #4A4A4A. Windows color (decimal): -16026848 or 2126603. OLE color: 2126603.
HSL color Cylindrical-coordinate representation of color #0B7320: hue angle of 132.12º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B7320 is Cyan = 0.90, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 11 | 115 | 32 | - |
| CMYK | 0.90 | 0 | 0.72 | 0.55 |
| HSL | 132.12º | 0.83% | 0.25% | - |
| HSV(B) | 132.12º | 0.9% | 0.45% | - |
| XYZ | 6.53 | 12.44 | 3.42 | - |
| YUV | 74.44 | 104.04 | 82.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 115 | 32 | 0.90 | 0 | 0.72 | 0.55 | 132.12 | 0.83 | 0.25 |
| Hex | B | 73 | 20 | 5A | 0 | 48 | 37 | 84 | 53 | 19 |
| Octal | 13 | 163 | 40 | 132 | 0 | 110 | 67 | 204 | 123 | 31 |
| Binary | 1011 | 1110011 | 100000 | 1011010 | 0 | 1001000 | 110111 | 10000100 | 1010011 | 11001 |
Color Harmonies of #0B7320
Complementary color
Monochromatic Colors of #0B7320
Black with #0B7320
Text Example
Text Example
White with #0B7320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7320; }
p { color: rgb(11,115,32); }
H1.HeaderClassName
{
color: #0B7320;
}
.AnyTagClassName
{
color: #0B7320;
}
</style>
background-color css
<style>
a { background-color: #0B7320; }
a { background-color: rgb(11,115,32); }
div.DivClassName
{
background-color: #0B7320;
}
.BgClassName
{
background-color: #0B7320;
}
</style>
border-color css
<style>
span { border-color: #0B7320; }
span { border-color: rgb(11,115,32); }
td.TdClassName
{
border-color: #0B7320;
}
.TagClassName
{
border-color: #0B7320;
}
</style>