Shades of Camarone #0C7329
Tints of Camarone #0C7329
RGB
CMYK
RGB Variations
Color information
#0C7329 (or 0x0C7329) is known color: Camarone. HEX triplet: 0C, 73 and 29. RGB value is (12,115,41). Sum of RGB (Red+Green+Blue) = 12+115+41=168 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.14% from 168); Green value is 115 (45.31% from 255 or 68.45% from 168); Blue value is 41 (16.41% from 255 or 24.40% from 168); Max value from RGB is 115 - color contains mainly: green. Hex color #0C7329 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C7329 is #F38CD6. Grayscale: #4B4B4B. Windows color (decimal): -15961303 or 2716428. OLE color: 2716428.
HSL color Cylindrical-coordinate representation of color #0C7329: hue angle of 136.89º 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 #0C7329 is Cyan = 0.90, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 12 | 115 | 41 | - |
| CMYK | 0.90 | 0 | 0.64 | 0.55 |
| HSL | 136.89º | 0.81% | 0.25% | - |
| HSV(B) | 136.89º | 0.9% | 0.45% | - |
| XYZ | 6.68 | 12.5 | 4.16 | - |
| YUV | 75.77 | 108.38 | 82.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 115 | 41 | 0.90 | 0 | 0.64 | 0.55 | 136.89 | 0.81 | 0.25 |
| Hex | C | 73 | 29 | 5A | 0 | 40 | 37 | 89 | 51 | 19 |
| Octal | 14 | 163 | 51 | 132 | 0 | 100 | 67 | 211 | 121 | 31 |
| Binary | 1100 | 1110011 | 101001 | 1011010 | 0 | 1000000 | 110111 | 10001001 | 1010001 | 11001 |
Color Harmonies of #0C7329
Complementary color
Monochromatic Colors of #0C7329
Black with #0C7329
Text Example
Text Example
White with #0C7329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7329; }
p { color: rgb(12,115,41); }
H1.HeaderClassName
{
color: #0C7329;
}
.AnyTagClassName
{
color: #0C7329;
}
</style>
background-color css
<style>
a { background-color: #0C7329; }
a { background-color: rgb(12,115,41); }
div.DivClassName
{
background-color: #0C7329;
}
.BgClassName
{
background-color: #0C7329;
}
</style>
border-color css
<style>
span { border-color: #0C7329; }
span { border-color: rgb(12,115,41); }
td.TdClassName
{
border-color: #0C7329;
}
.TagClassName
{
border-color: #0C7329;
}
</style>