Shades of Camarone #147336
Tints of Camarone #147336
RGB
CMYK
RGB Variations
Color information
#147336 (or 0x147336) is known color: Camarone. HEX triplet: 14, 73 and 36. RGB value is (20,115,54). Sum of RGB (Red+Green+Blue) = 20+115+54=189 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.58% from 189); Green value is 115 (45.31% from 255 or 60.85% from 189); Blue value is 54 (21.48% from 255 or 28.57% from 189); Max value from RGB is 115 - color contains mainly: green. Hex color #147336 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147336 is #EB8CC9. Grayscale: #4F4F4F. Windows color (decimal): -15437002 or 3568404. OLE color: 3568404.
HSL color Cylindrical-coordinate representation of color #147336: hue angle of 141.47º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #147336 is Cyan = 0.83, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 115 | 54 | - |
| CMYK | 0.83 | 0 | 0.53 | 0.55 |
| HSL | 141.47º | 0.7% | 0.26% | - |
| HSV(B) | 141.47º | 0.83% | 0.45% | - |
| XYZ | 7.09 | 12.68 | 5.56 | - |
| YUV | 79.64 | 113.53 | 85.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 115 | 54 | 0.83 | 0 | 0.53 | 0.55 | 141.47 | 0.7 | 0.26 |
| Hex | 14 | 73 | 36 | 53 | 0 | 35 | 37 | 8D | 46 | 1A |
| Octal | 24 | 163 | 66 | 123 | 0 | 65 | 67 | 215 | 106 | 32 |
| Binary | 10100 | 1110011 | 110110 | 1010011 | 0 | 110101 | 110111 | 10001101 | 1000110 | 11010 |
Color Harmonies of #147336
Complementary color
Monochromatic Colors of #147336
Black with #147336
Text Example
Text Example
White with #147336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147336; }
p { color: rgb(20,115,54); }
H1.HeaderClassName
{
color: #147336;
}
.AnyTagClassName
{
color: #147336;
}
</style>
background-color css
<style>
a { background-color: #147336; }
a { background-color: rgb(20,115,54); }
div.DivClassName
{
background-color: #147336;
}
.BgClassName
{
background-color: #147336;
}
</style>
border-color css
<style>
span { border-color: #147336; }
span { border-color: rgb(20,115,54); }
td.TdClassName
{
border-color: #147336;
}
.TagClassName
{
border-color: #147336;
}
</style>