Shades of Camarone #147329
Tints of Camarone #147329
RGB
CMYK
RGB Variations
Color information
#147329 (or 0x147329) is known color: Camarone. HEX triplet: 14, 73 and 29. RGB value is (20,115,41). Sum of RGB (Red+Green+Blue) = 20+115+41=176 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.36% from 176); Green value is 115 (45.31% from 255 or 65.34% from 176); Blue value is 41 (16.41% from 255 or 23.30% from 176); Max value from RGB is 115 - color contains mainly: green. Hex color #147329 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147329 is #EB8CD6. Grayscale: #4E4E4E. Windows color (decimal): -15437015 or 2716436. OLE color: 2716436.
HSL color Cylindrical-coordinate representation of color #147329: hue angle of 133.26º 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 #147329 is Cyan = 0.83, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 115 | 41 | - |
| CMYK | 0.83 | 0 | 0.64 | 0.55 |
| HSL | 133.26º | 0.7% | 0.26% | - |
| HSV(B) | 133.26º | 0.83% | 0.45% | - |
| XYZ | 6.82 | 12.57 | 4.16 | - |
| YUV | 78.16 | 107.03 | 86.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 115 | 41 | 0.83 | 0 | 0.64 | 0.55 | 133.26 | 0.7 | 0.26 |
| Hex | 14 | 73 | 29 | 53 | 0 | 40 | 37 | 85 | 46 | 1A |
| Octal | 24 | 163 | 51 | 123 | 0 | 100 | 67 | 205 | 106 | 32 |
| Binary | 10100 | 1110011 | 101001 | 1010011 | 0 | 1000000 | 110111 | 10000101 | 1000110 | 11010 |
Color Harmonies of #147329
Complementary color
Monochromatic Colors of #147329
Black with #147329
Text Example
Text Example
White with #147329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147329; }
p { color: rgb(20,115,41); }
H1.HeaderClassName
{
color: #147329;
}
.AnyTagClassName
{
color: #147329;
}
</style>
background-color css
<style>
a { background-color: #147329; }
a { background-color: rgb(20,115,41); }
div.DivClassName
{
background-color: #147329;
}
.BgClassName
{
background-color: #147329;
}
</style>
border-color css
<style>
span { border-color: #147329; }
span { border-color: rgb(20,115,41); }
td.TdClassName
{
border-color: #147329;
}
.TagClassName
{
border-color: #147329;
}
</style>