Shades of Camarone #147232
Tints of Camarone #147232
RGB
CMYK
RGB Variations
Color information
#147232 (or 0x147232) is known color: Camarone. HEX triplet: 14, 72 and 32. RGB value is (20,114,50). Sum of RGB (Red+Green+Blue) = 20+114+50=184 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.87% from 184); Green value is 114 (44.92% from 255 or 61.96% from 184); Blue value is 50 (19.92% from 255 or 27.17% from 184); Max value from RGB is 114 - color contains mainly: green. Hex color #147232 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147232 is #EB8DCD. Grayscale: #4E4E4E. Windows color (decimal): -15437262 or 3306004. OLE color: 3306004.
HSL color Cylindrical-coordinate representation of color #147232: hue angle of 139.15º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #147232 is Cyan = 0.82, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 114 | 50 | - |
| CMYK | 0.82 | 0 | 0.56 | 0.55 |
| HSL | 139.15º | 0.7% | 0.26% | - |
| HSV(B) | 139.15º | 0.82% | 0.45% | - |
| XYZ | 6.88 | 12.41 | 5.05 | - |
| YUV | 78.6 | 111.86 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 114 | 50 | 0.82 | 0 | 0.56 | 0.55 | 139.15 | 0.7 | 0.26 |
| Hex | 14 | 72 | 32 | 52 | 0 | 38 | 37 | 8B | 46 | 1A |
| Octal | 24 | 162 | 62 | 122 | 0 | 70 | 67 | 213 | 106 | 32 |
| Binary | 10100 | 1110010 | 110010 | 1010010 | 0 | 111000 | 110111 | 10001011 | 1000110 | 11010 |
Color Harmonies of #147232
Complementary color
Monochromatic Colors of #147232
Black with #147232
Text Example
Text Example
White with #147232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147232; }
p { color: rgb(20,114,50); }
H1.HeaderClassName
{
color: #147232;
}
.AnyTagClassName
{
color: #147232;
}
</style>
background-color css
<style>
a { background-color: #147232; }
a { background-color: rgb(20,114,50); }
div.DivClassName
{
background-color: #147232;
}
.BgClassName
{
background-color: #147232;
}
</style>
border-color css
<style>
span { border-color: #147232; }
span { border-color: rgb(20,114,50); }
td.TdClassName
{
border-color: #147232;
}
.TagClassName
{
border-color: #147232;
}
</style>