Shades of Camarone #0E7025
Tints of Camarone #0E7025
RGB
CMYK
RGB Variations
Color information
#0E7025 (or 0x0E7025) is known color: Camarone. HEX triplet: 0E, 70 and 25. RGB value is (14,112,37). Sum of RGB (Red+Green+Blue) = 14+112+37=163 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.59% from 163); Green value is 112 (44.14% from 255 or 68.71% from 163); Blue value is 37 (14.84% from 255 or 22.70% from 163); Max value from RGB is 112 - color contains mainly: green. Hex color #0E7025 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E7025 is #F18FDA. Grayscale: #4A4A4A. Windows color (decimal): -15831003 or 2453518. OLE color: 2453518.
HSL color Cylindrical-coordinate representation of color #0E7025: hue angle of 134.08º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E7025 is Cyan = 0.88, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 14 | 112 | 37 | - |
| CMYK | 0.88 | 0 | 0.67 | 0.56 |
| HSL | 134.08º | 0.78% | 0.25% | - |
| HSV(B) | 134.08º | 0.88% | 0.44% | - |
| XYZ | 6.31 | 11.82 | 3.7 | - |
| YUV | 74.15 | 107.03 | 85.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 112 | 37 | 0.88 | 0 | 0.67 | 0.56 | 134.08 | 0.78 | 0.25 |
| Hex | E | 70 | 25 | 58 | 0 | 43 | 38 | 86 | 4E | 19 |
| Octal | 16 | 160 | 45 | 130 | 0 | 103 | 70 | 206 | 116 | 31 |
| Binary | 1110 | 1110000 | 100101 | 1011000 | 0 | 1000011 | 111000 | 10000110 | 1001110 | 11001 |
Color Harmonies of #0E7025
Complementary color
Monochromatic Colors of #0E7025
Black with #0E7025
Text Example
Text Example
White with #0E7025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7025; }
p { color: rgb(14,112,37); }
H1.HeaderClassName
{
color: #0E7025;
}
.AnyTagClassName
{
color: #0E7025;
}
</style>
background-color css
<style>
a { background-color: #0E7025; }
a { background-color: rgb(14,112,37); }
div.DivClassName
{
background-color: #0E7025;
}
.BgClassName
{
background-color: #0E7025;
}
</style>
border-color css
<style>
span { border-color: #0E7025; }
span { border-color: rgb(14,112,37); }
td.TdClassName
{
border-color: #0E7025;
}
.TagClassName
{
border-color: #0E7025;
}
</style>