Shades of Camarone #0B752C
Tints of Camarone #0B752C
RGB
CMYK
RGB Variations
Color information
#0B752C (or 0x0B752C) is known color: Camarone. HEX triplet: 0B, 75 and 2C. RGB value is (11,117,44). Sum of RGB (Red+Green+Blue) = 11+117+44=172 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.40% from 172); Green value is 117 (46.09% from 255 or 68.02% from 172); Blue value is 44 (17.58% from 255 or 25.58% from 172); Max value from RGB is 117 - color contains mainly: green. Hex color #0B752C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B752C is #F48AD3. Grayscale: #4D4D4D. Windows color (decimal): -16026324 or 2913547. OLE color: 2913547.
HSL color Cylindrical-coordinate representation of color #0B752C: hue angle of 138.68º 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 #0B752C is Cyan = 0.91, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 11 | 117 | 44 | - |
| CMYK | 0.91 | 0 | 0.62 | 0.54 |
| HSL | 138.68º | 0.83% | 0.25% | - |
| HSV(B) | 138.68º | 0.91% | 0.46% | - |
| XYZ | 6.95 | 12.98 | 4.52 | - |
| YUV | 76.98 | 109.38 | 80.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 117 | 44 | 0.91 | 0 | 0.62 | 0.54 | 138.68 | 0.83 | 0.25 |
| Hex | B | 75 | 2C | 5B | 0 | 3E | 36 | 8B | 53 | 19 |
| Octal | 13 | 165 | 54 | 133 | 0 | 76 | 66 | 213 | 123 | 31 |
| Binary | 1011 | 1110101 | 101100 | 1011011 | 0 | 111110 | 110110 | 10001011 | 1010011 | 11001 |
Color Harmonies of #0B752C
Complementary color
Monochromatic Colors of #0B752C
Black with #0B752C
Text Example
Text Example
White with #0B752C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B752C; }
p { color: rgb(11,117,44); }
H1.HeaderClassName
{
color: #0B752C;
}
.AnyTagClassName
{
color: #0B752C;
}
</style>
background-color css
<style>
a { background-color: #0B752C; }
a { background-color: rgb(11,117,44); }
div.DivClassName
{
background-color: #0B752C;
}
.BgClassName
{
background-color: #0B752C;
}
</style>
border-color css
<style>
span { border-color: #0B752C; }
span { border-color: rgb(11,117,44); }
td.TdClassName
{
border-color: #0B752C;
}
.TagClassName
{
border-color: #0B752C;
}
</style>