Shades of Camarone #0B7523
Tints of Camarone #0B7523
RGB
CMYK
RGB Variations
Color information
#0B7523 (or 0x0B7523) is known color: Camarone. HEX triplet: 0B, 75 and 23. RGB value is (11,117,35). Sum of RGB (Red+Green+Blue) = 11+117+35=163 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.75% from 163); Green value is 117 (46.09% from 255 or 71.78% from 163); Blue value is 35 (14.06% from 255 or 21.47% from 163); Max value from RGB is 117 - color contains mainly: green. Hex color #0B7523 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B7523 is #F48ADC. Grayscale: #4C4C4C. Windows color (decimal): -16026333 or 2323723. OLE color: 2323723.
HSL color Cylindrical-coordinate representation of color #0B7523: hue angle of 133.58º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B7523 is Cyan = 0.91, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 11 | 117 | 35 | - |
| CMYK | 0.91 | 0 | 0.70 | 0.54 |
| HSL | 133.58º | 0.83% | 0.25% | - |
| HSV(B) | 133.58º | 0.91% | 0.46% | - |
| XYZ | 6.8 | 12.92 | 3.72 | - |
| YUV | 75.96 | 104.88 | 81.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 117 | 35 | 0.91 | 0 | 0.70 | 0.54 | 133.58 | 0.83 | 0.25 |
| Hex | B | 75 | 23 | 5B | 0 | 46 | 36 | 86 | 53 | 19 |
| Octal | 13 | 165 | 43 | 133 | 0 | 106 | 66 | 206 | 123 | 31 |
| Binary | 1011 | 1110101 | 100011 | 1011011 | 0 | 1000110 | 110110 | 10000110 | 1010011 | 11001 |
Color Harmonies of #0B7523
Complementary color
Monochromatic Colors of #0B7523
Black with #0B7523
Text Example
Text Example
White with #0B7523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7523; }
p { color: rgb(11,117,35); }
H1.HeaderClassName
{
color: #0B7523;
}
.AnyTagClassName
{
color: #0B7523;
}
</style>
background-color css
<style>
a { background-color: #0B7523; }
a { background-color: rgb(11,117,35); }
div.DivClassName
{
background-color: #0B7523;
}
.BgClassName
{
background-color: #0B7523;
}
</style>
border-color css
<style>
span { border-color: #0B7523; }
span { border-color: rgb(11,117,35); }
td.TdClassName
{
border-color: #0B7523;
}
.TagClassName
{
border-color: #0B7523;
}
</style>