Shades of Camarone #147126
Tints of Camarone #147126
RGB
CMYK
RGB Variations
Color information
#147126 (or 0x147126) is known color: Camarone. HEX triplet: 14, 71 and 26. RGB value is (20,113,38). Sum of RGB (Red+Green+Blue) = 20+113+38=171 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.70% from 171); Green value is 113 (44.53% from 255 or 66.08% from 171); Blue value is 38 (15.23% from 255 or 22.22% from 171); Max value from RGB is 113 - color contains mainly: green. Hex color #147126 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147126 is #EB8ED9. Grayscale: #4C4C4C. Windows color (decimal): -15437530 or 2519316. OLE color: 2519316.
HSL color Cylindrical-coordinate representation of color #147126: hue angle of 131.61º 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 #147126 is Cyan = 0.82, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 113 | 38 | - |
| CMYK | 0.82 | 0 | 0.66 | 0.56 |
| HSL | 131.61º | 0.7% | 0.26% | - |
| HSV(B) | 131.61º | 0.82% | 0.44% | - |
| XYZ | 6.54 | 12.1 | 3.82 | - |
| YUV | 76.64 | 106.19 | 87.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 113 | 38 | 0.82 | 0 | 0.66 | 0.56 | 131.61 | 0.7 | 0.26 |
| Hex | 14 | 71 | 26 | 52 | 0 | 42 | 38 | 84 | 46 | 1A |
| Octal | 24 | 161 | 46 | 122 | 0 | 102 | 70 | 204 | 106 | 32 |
| Binary | 10100 | 1110001 | 100110 | 1010010 | 0 | 1000010 | 111000 | 10000100 | 1000110 | 11010 |
Color Harmonies of #147126
Complementary color
Monochromatic Colors of #147126
Black with #147126
Text Example
Text Example
White with #147126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147126; }
p { color: rgb(20,113,38); }
H1.HeaderClassName
{
color: #147126;
}
.AnyTagClassName
{
color: #147126;
}
</style>
background-color css
<style>
a { background-color: #147126; }
a { background-color: rgb(20,113,38); }
div.DivClassName
{
background-color: #147126;
}
.BgClassName
{
background-color: #147126;
}
</style>
border-color css
<style>
span { border-color: #147126; }
span { border-color: rgb(20,113,38); }
td.TdClassName
{
border-color: #147126;
}
.TagClassName
{
border-color: #147126;
}
</style>