Shades of Camarone #147036
Tints of Camarone #147036
RGB
CMYK
RGB Variations
Color information
#147036 (or 0x147036) is known color: Camarone. HEX triplet: 14, 70 and 36. RGB value is (20,112,54). Sum of RGB (Red+Green+Blue) = 20+112+54=186 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.75% from 186); Green value is 112 (44.14% from 255 or 60.22% from 186); Blue value is 54 (21.48% from 255 or 29.03% from 186); Max value from RGB is 112 - color contains mainly: green. Hex color #147036 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147036 is #EB8FC9. Grayscale: #4E4E4E. Windows color (decimal): -15437770 or 3567636. OLE color: 3567636.
HSL color Cylindrical-coordinate representation of color #147036: hue angle of 142.17º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #147036 is Cyan = 0.82, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 112 | 54 | - |
| CMYK | 0.82 | 0 | 0.52 | 0.56 |
| HSL | 142.17º | 0.7% | 0.26% | - |
| HSV(B) | 142.17º | 0.82% | 0.44% | - |
| XYZ | 6.75 | 12 | 5.45 | - |
| YUV | 77.88 | 114.52 | 86.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 112 | 54 | 0.82 | 0 | 0.52 | 0.56 | 142.17 | 0.7 | 0.26 |
| Hex | 14 | 70 | 36 | 52 | 0 | 34 | 38 | 8E | 46 | 1A |
| Octal | 24 | 160 | 66 | 122 | 0 | 64 | 70 | 216 | 106 | 32 |
| Binary | 10100 | 1110000 | 110110 | 1010010 | 0 | 110100 | 111000 | 10001110 | 1000110 | 11010 |
Color Harmonies of #147036
Complementary color
Monochromatic Colors of #147036
Black with #147036
Text Example
Text Example
White with #147036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147036; }
p { color: rgb(20,112,54); }
H1.HeaderClassName
{
color: #147036;
}
.AnyTagClassName
{
color: #147036;
}
</style>
background-color css
<style>
a { background-color: #147036; }
a { background-color: rgb(20,112,54); }
div.DivClassName
{
background-color: #147036;
}
.BgClassName
{
background-color: #147036;
}
</style>
border-color css
<style>
span { border-color: #147036; }
span { border-color: rgb(20,112,54); }
td.TdClassName
{
border-color: #147036;
}
.TagClassName
{
border-color: #147036;
}
</style>