Shades of Camarone #0B721D
Tints of Camarone #0B721D
RGB
CMYK
RGB Variations
Color information
#0B721D (or 0x0B721D) is known color: Camarone. HEX triplet: 0B, 72 and 1D. RGB value is (11,114,29). Sum of RGB (Red+Green+Blue) = 11+114+29=154 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.14% from 154); Green value is 114 (44.92% from 255 or 74.03% from 154); Blue value is 29 (11.72% from 255 or 18.83% from 154); Max value from RGB is 114 - color contains mainly: green. Hex color #0B721D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B721D is #F48DE2. Grayscale: #494949. Windows color (decimal): -16027107 or 1929739. OLE color: 1929739.
HSL color Cylindrical-coordinate representation of color #0B721D: hue angle of 130.49º degrees, saturation: 0.82, 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 #0B721D is Cyan = 0.90, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 11 | 114 | 29 | - |
| CMYK | 0.90 | 0 | 0.75 | 0.55 |
| HSL | 130.49º | 0.82% | 0.25% | - |
| HSV(B) | 130.49º | 0.9% | 0.45% | - |
| XYZ | 6.38 | 12.19 | 3.18 | - |
| YUV | 73.51 | 102.88 | 83.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 114 | 29 | 0.90 | 0 | 0.75 | 0.55 | 130.49 | 0.82 | 0.25 |
| Hex | B | 72 | 1D | 5A | 0 | 4B | 37 | 82 | 52 | 19 |
| Octal | 13 | 162 | 35 | 132 | 0 | 113 | 67 | 202 | 122 | 31 |
| Binary | 1011 | 1110010 | 11101 | 1011010 | 0 | 1001011 | 110111 | 10000010 | 1010010 | 11001 |
Color Harmonies of #0B721D
Complementary color
Monochromatic Colors of #0B721D
Black with #0B721D
Text Example
Text Example
White with #0B721D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B721D; }
p { color: rgb(11,114,29); }
H1.HeaderClassName
{
color: #0B721D;
}
.AnyTagClassName
{
color: #0B721D;
}
</style>
background-color css
<style>
a { background-color: #0B721D; }
a { background-color: rgb(11,114,29); }
div.DivClassName
{
background-color: #0B721D;
}
.BgClassName
{
background-color: #0B721D;
}
</style>
border-color css
<style>
span { border-color: #0B721D; }
span { border-color: rgb(11,114,29); }
td.TdClassName
{
border-color: #0B721D;
}
.TagClassName
{
border-color: #0B721D;
}
</style>