Shades of Camarone #0C7431
Tints of Camarone #0C7431
RGB
CMYK
RGB Variations
Color information
#0C7431 (or 0x0C7431) is known color: Camarone. HEX triplet: 0C, 74 and 31. RGB value is (12,116,49). Sum of RGB (Red+Green+Blue) = 12+116+49=177 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.78% from 177); Green value is 116 (45.70% from 255 or 65.54% from 177); Blue value is 49 (19.53% from 255 or 27.68% from 177); Max value from RGB is 116 - color contains mainly: green. Hex color #0C7431 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C7431 is #F38BCE. Grayscale: #4D4D4D. Windows color (decimal): -15961039 or 3240972. OLE color: 3240972.
HSL color Cylindrical-coordinate representation of color #0C7431: hue angle of 141.35º degrees, saturation: 0.81, 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 #0C7431 is Cyan = 0.90, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 12 | 116 | 49 | - |
| CMYK | 0.90 | 0 | 0.58 | 0.55 |
| HSL | 141.35º | 0.81% | 0.25% | - |
| HSV(B) | 141.35º | 0.9% | 0.45% | - |
| XYZ | 6.95 | 12.79 | 5.01 | - |
| YUV | 77.27 | 112.04 | 81.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 116 | 49 | 0.90 | 0 | 0.58 | 0.55 | 141.35 | 0.81 | 0.25 |
| Hex | C | 74 | 31 | 5A | 0 | 3A | 37 | 8D | 51 | 19 |
| Octal | 14 | 164 | 61 | 132 | 0 | 72 | 67 | 215 | 121 | 31 |
| Binary | 1100 | 1110100 | 110001 | 1011010 | 0 | 111010 | 110111 | 10001101 | 1010001 | 11001 |
Color Harmonies of #0C7431
Complementary color
Monochromatic Colors of #0C7431
Black with #0C7431
Text Example
Text Example
White with #0C7431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7431; }
p { color: rgb(12,116,49); }
H1.HeaderClassName
{
color: #0C7431;
}
.AnyTagClassName
{
color: #0C7431;
}
</style>
background-color css
<style>
a { background-color: #0C7431; }
a { background-color: rgb(12,116,49); }
div.DivClassName
{
background-color: #0C7431;
}
.BgClassName
{
background-color: #0C7431;
}
</style>
border-color css
<style>
span { border-color: #0C7431; }
span { border-color: rgb(12,116,49); }
td.TdClassName
{
border-color: #0C7431;
}
.TagClassName
{
border-color: #0C7431;
}
</style>