Shades of Camarone #0E752C
Tints of Camarone #0E752C
RGB
CMYK
RGB Variations
Color information
#0E752C (or 0x0E752C) is known color: Camarone. HEX triplet: 0E, 75 and 2C. RGB value is (14,117,44). Sum of RGB (Red+Green+Blue) = 14+117+44=175 (23% of max value = 765). Red value is 14 (5.86% from 255 or 8% from 175); Green value is 117 (46.09% from 255 or 66.86% from 175); Blue value is 44 (17.58% from 255 or 25.14% from 175); Max value from RGB is 117 - color contains mainly: green. Hex color #0E752C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E752C is #F18AD3. Grayscale: #4E4E4E. Windows color (decimal): -15829716 or 2913550. OLE color: 2913550.
HSL color Cylindrical-coordinate representation of color #0E752C: hue angle of 137.48º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E752C is Cyan = 0.88, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 14 | 117 | 44 | - |
| CMYK | 0.88 | 0 | 0.62 | 0.54 |
| HSL | 137.48º | 0.79% | 0.26% | - |
| HSV(B) | 137.48º | 0.88% | 0.46% | - |
| XYZ | 7 | 13 | 4.52 | - |
| YUV | 77.88 | 108.88 | 82.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 117 | 44 | 0.88 | 0 | 0.62 | 0.54 | 137.48 | 0.79 | 0.26 |
| Hex | E | 75 | 2C | 58 | 0 | 3E | 36 | 89 | 4F | 1A |
| Octal | 16 | 165 | 54 | 130 | 0 | 76 | 66 | 211 | 117 | 32 |
| Binary | 1110 | 1110101 | 101100 | 1011000 | 0 | 111110 | 110110 | 10001001 | 1001111 | 11010 |
Color Harmonies of #0E752C
Complementary color
Monochromatic Colors of #0E752C
Black with #0E752C
Text Example
Text Example
White with #0E752C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E752C; }
p { color: rgb(14,117,44); }
H1.HeaderClassName
{
color: #0E752C;
}
.AnyTagClassName
{
color: #0E752C;
}
</style>
background-color css
<style>
a { background-color: #0E752C; }
a { background-color: rgb(14,117,44); }
div.DivClassName
{
background-color: #0E752C;
}
.BgClassName
{
background-color: #0E752C;
}
</style>
border-color css
<style>
span { border-color: #0E752C; }
span { border-color: rgb(14,117,44); }
td.TdClassName
{
border-color: #0E752C;
}
.TagClassName
{
border-color: #0E752C;
}
</style>