Shades of Camarone #147331
Tints of Camarone #147331
RGB
CMYK
RGB Variations
Color information
#147331 (or 0x147331) is known color: Camarone. HEX triplet: 14, 73 and 31. RGB value is (20,115,49). Sum of RGB (Red+Green+Blue) = 20+115+49=184 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.87% from 184); Green value is 115 (45.31% from 255 or 62.5% from 184); Blue value is 49 (19.53% from 255 or 26.63% from 184); Max value from RGB is 115 - color contains mainly: green. Hex color #147331 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147331 is #EB8CCE. Grayscale: #4F4F4F. Windows color (decimal): -15437007 or 3240724. OLE color: 3240724.
HSL color Cylindrical-coordinate representation of color #147331: hue angle of 138.32º 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 #147331 is Cyan = 0.83, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 115 | 49 | - |
| CMYK | 0.83 | 0 | 0.57 | 0.55 |
| HSL | 138.32º | 0.7% | 0.26% | - |
| HSV(B) | 138.32º | 0.83% | 0.45% | - |
| XYZ | 6.97 | 12.63 | 4.98 | - |
| YUV | 79.07 | 111.03 | 85.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 115 | 49 | 0.83 | 0 | 0.57 | 0.55 | 138.32 | 0.7 | 0.26 |
| Hex | 14 | 73 | 31 | 53 | 0 | 39 | 37 | 8A | 46 | 1A |
| Octal | 24 | 163 | 61 | 123 | 0 | 71 | 67 | 212 | 106 | 32 |
| Binary | 10100 | 1110011 | 110001 | 1010011 | 0 | 111001 | 110111 | 10001010 | 1000110 | 11010 |
Color Harmonies of #147331
Complementary color
Monochromatic Colors of #147331
Black with #147331
Text Example
Text Example
White with #147331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147331; }
p { color: rgb(20,115,49); }
H1.HeaderClassName
{
color: #147331;
}
.AnyTagClassName
{
color: #147331;
}
</style>
background-color css
<style>
a { background-color: #147331; }
a { background-color: rgb(20,115,49); }
div.DivClassName
{
background-color: #147331;
}
.BgClassName
{
background-color: #147331;
}
</style>
border-color css
<style>
span { border-color: #147331; }
span { border-color: rgb(20,115,49); }
td.TdClassName
{
border-color: #147331;
}
.TagClassName
{
border-color: #147331;
}
</style>