Shades of Camarone #0C7132
Tints of Camarone #0C7132
RGB
CMYK
RGB Variations
Color information
#0C7132 (or 0x0C7132) is known color: Camarone. HEX triplet: 0C, 71 and 32. RGB value is (12,113,50). Sum of RGB (Red+Green+Blue) = 12+113+50=175 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.86% from 175); Green value is 113 (44.53% from 255 or 64.57% from 175); Blue value is 50 (19.92% from 255 or 28.57% from 175); Max value from RGB is 113 - color contains mainly: green. Hex color #0C7132 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C7132 is #F38ECD. Grayscale: #4B4B4B. Windows color (decimal): -15961806 or 3305740. OLE color: 3305740.
HSL color Cylindrical-coordinate representation of color #0C7132: hue angle of 142.57º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C7132 is Cyan = 0.89, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 12 | 113 | 50 | - |
| CMYK | 0.89 | 0 | 0.56 | 0.56 |
| HSL | 142.57º | 0.81% | 0.25% | - |
| HSV(B) | 142.57º | 0.89% | 0.44% | - |
| XYZ | 6.63 | 12.12 | 5.01 | - |
| YUV | 75.62 | 113.54 | 82.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 113 | 50 | 0.89 | 0 | 0.56 | 0.56 | 142.57 | 0.81 | 0.25 |
| Hex | C | 71 | 32 | 59 | 0 | 38 | 38 | 8F | 51 | 19 |
| Octal | 14 | 161 | 62 | 131 | 0 | 70 | 70 | 217 | 121 | 31 |
| Binary | 1100 | 1110001 | 110010 | 1011001 | 0 | 111000 | 111000 | 10001111 | 1010001 | 11001 |
Color Harmonies of #0C7132
Complementary color
Monochromatic Colors of #0C7132
Black with #0C7132
Text Example
Text Example
White with #0C7132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7132; }
p { color: rgb(12,113,50); }
H1.HeaderClassName
{
color: #0C7132;
}
.AnyTagClassName
{
color: #0C7132;
}
</style>
background-color css
<style>
a { background-color: #0C7132; }
a { background-color: rgb(12,113,50); }
div.DivClassName
{
background-color: #0C7132;
}
.BgClassName
{
background-color: #0C7132;
}
</style>
border-color css
<style>
span { border-color: #0C7132; }
span { border-color: rgb(12,113,50); }
td.TdClassName
{
border-color: #0C7132;
}
.TagClassName
{
border-color: #0C7132;
}
</style>