Shades of Camarone #0E7334
Tints of Camarone #0E7334
RGB
CMYK
RGB Variations
Color information
#0E7334 (or 0x0E7334) is known color: Camarone. HEX triplet: 0E, 73 and 34. RGB value is (14,115,52). Sum of RGB (Red+Green+Blue) = 14+115+52=181 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.73% from 181); Green value is 115 (45.31% from 255 or 63.54% from 181); Blue value is 52 (20.70% from 255 or 28.73% from 181); Max value from RGB is 115 - color contains mainly: green. Hex color #0E7334 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E7334 is #F18CCB. Grayscale: #4D4D4D. Windows color (decimal): -15830220 or 3437326. OLE color: 3437326.
HSL color Cylindrical-coordinate representation of color #0E7334: hue angle of 142.57º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E7334 is Cyan = 0.88, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 14 | 115 | 52 | - |
| CMYK | 0.88 | 0 | 0.55 | 0.55 |
| HSL | 142.57º | 0.78% | 0.25% | - |
| HSV(B) | 142.57º | 0.88% | 0.45% | - |
| XYZ | 6.93 | 12.6 | 5.32 | - |
| YUV | 77.62 | 113.54 | 82.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 115 | 52 | 0.88 | 0 | 0.55 | 0.55 | 142.57 | 0.78 | 0.25 |
| Hex | E | 73 | 34 | 58 | 0 | 37 | 37 | 8F | 4E | 19 |
| Octal | 16 | 163 | 64 | 130 | 0 | 67 | 67 | 217 | 116 | 31 |
| Binary | 1110 | 1110011 | 110100 | 1011000 | 0 | 110111 | 110111 | 10001111 | 1001110 | 11001 |
Color Harmonies of #0E7334
Complementary color
Monochromatic Colors of #0E7334
Black with #0E7334
Text Example
Text Example
White with #0E7334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7334; }
p { color: rgb(14,115,52); }
H1.HeaderClassName
{
color: #0E7334;
}
.AnyTagClassName
{
color: #0E7334;
}
</style>
background-color css
<style>
a { background-color: #0E7334; }
a { background-color: rgb(14,115,52); }
div.DivClassName
{
background-color: #0E7334;
}
.BgClassName
{
background-color: #0E7334;
}
</style>
border-color css
<style>
span { border-color: #0E7334; }
span { border-color: rgb(14,115,52); }
td.TdClassName
{
border-color: #0E7334;
}
.TagClassName
{
border-color: #0E7334;
}
</style>