Shades of Camarone #147131
Tints of Camarone #147131
RGB
CMYK
RGB Variations
Color information
#147131 (or 0x147131) is known color: Camarone. HEX triplet: 14, 71 and 31. RGB value is (20,113,49). Sum of RGB (Red+Green+Blue) = 20+113+49=182 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.99% from 182); Green value is 113 (44.53% from 255 or 62.09% from 182); Blue value is 49 (19.53% from 255 or 26.92% from 182); Max value from RGB is 113 - color contains mainly: green. Hex color #147131 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147131 is #EB8ECE. Grayscale: #4E4E4E. Windows color (decimal): -15437519 or 3240212. OLE color: 3240212.
HSL color Cylindrical-coordinate representation of color #147131: hue angle of 138.71º 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 #147131 is Cyan = 0.82, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 113 | 49 | - |
| CMYK | 0.82 | 0 | 0.57 | 0.56 |
| HSL | 138.71º | 0.7% | 0.26% | - |
| HSV(B) | 138.71º | 0.82% | 0.44% | - |
| XYZ | 6.75 | 12.18 | 4.9 | - |
| YUV | 77.9 | 111.69 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 113 | 49 | 0.82 | 0 | 0.57 | 0.56 | 138.71 | 0.7 | 0.26 |
| Hex | 14 | 71 | 31 | 52 | 0 | 39 | 38 | 8B | 46 | 1A |
| Octal | 24 | 161 | 61 | 122 | 0 | 71 | 70 | 213 | 106 | 32 |
| Binary | 10100 | 1110001 | 110001 | 1010010 | 0 | 111001 | 111000 | 10001011 | 1000110 | 11010 |
Color Harmonies of #147131
Complementary color
Monochromatic Colors of #147131
Black with #147131
Text Example
Text Example
White with #147131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147131; }
p { color: rgb(20,113,49); }
H1.HeaderClassName
{
color: #147131;
}
.AnyTagClassName
{
color: #147131;
}
</style>
background-color css
<style>
a { background-color: #147131; }
a { background-color: rgb(20,113,49); }
div.DivClassName
{
background-color: #147131;
}
.BgClassName
{
background-color: #147131;
}
</style>
border-color css
<style>
span { border-color: #147131; }
span { border-color: rgb(20,113,49); }
td.TdClassName
{
border-color: #147131;
}
.TagClassName
{
border-color: #147131;
}
</style>