Shades of Camarone #0B7329
Tints of Camarone #0B7329
RGB
CMYK
RGB Variations
Color information
#0B7329 (or 0x0B7329) is known color: Camarone. HEX triplet: 0B, 73 and 29. RGB value is (11,115,41). Sum of RGB (Red+Green+Blue) = 11+115+41=167 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.59% from 167); Green value is 115 (45.31% from 255 or 68.86% from 167); Blue value is 41 (16.41% from 255 or 24.55% from 167); Max value from RGB is 115 - color contains mainly: green. Hex color #0B7329 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B7329 is #F48CD6. Grayscale: #4B4B4B. Windows color (decimal): -16026839 or 2716427. OLE color: 2716427.
HSL color Cylindrical-coordinate representation of color #0B7329: hue angle of 137.31º 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 #0B7329 is Cyan = 0.90, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 11 | 115 | 41 | - |
| CMYK | 0.90 | 0 | 0.64 | 0.55 |
| HSL | 137.31º | 0.83% | 0.25% | - |
| HSV(B) | 137.31º | 0.9% | 0.45% | - |
| XYZ | 6.67 | 12.49 | 4.16 | - |
| YUV | 75.47 | 108.54 | 82.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 115 | 41 | 0.90 | 0 | 0.64 | 0.55 | 137.31 | 0.83 | 0.25 |
| Hex | B | 73 | 29 | 5A | 0 | 40 | 37 | 89 | 53 | 19 |
| Octal | 13 | 163 | 51 | 132 | 0 | 100 | 67 | 211 | 123 | 31 |
| Binary | 1011 | 1110011 | 101001 | 1011010 | 0 | 1000000 | 110111 | 10001001 | 1010011 | 11001 |
Color Harmonies of #0B7329
Complementary color
Monochromatic Colors of #0B7329
Black with #0B7329
Text Example
Text Example
White with #0B7329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7329; }
p { color: rgb(11,115,41); }
H1.HeaderClassName
{
color: #0B7329;
}
.AnyTagClassName
{
color: #0B7329;
}
</style>
background-color css
<style>
a { background-color: #0B7329; }
a { background-color: rgb(11,115,41); }
div.DivClassName
{
background-color: #0B7329;
}
.BgClassName
{
background-color: #0B7329;
}
</style>
border-color css
<style>
span { border-color: #0B7329; }
span { border-color: rgb(11,115,41); }
td.TdClassName
{
border-color: #0B7329;
}
.TagClassName
{
border-color: #0B7329;
}
</style>