Shades of Camarone #147334
Tints of Camarone #147334
RGB
CMYK
RGB Variations
Color information
#147334 (or 0x147334) is known color: Camarone. HEX triplet: 14, 73 and 34. RGB value is (20,115,52). Sum of RGB (Red+Green+Blue) = 20+115+52=187 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.70% from 187); Green value is 115 (45.31% from 255 or 61.50% from 187); Blue value is 52 (20.70% from 255 or 27.81% from 187); Max value from RGB is 115 - color contains mainly: green. Hex color #147334 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147334 is #EB8CCB. Grayscale: #4F4F4F. Windows color (decimal): -15437004 or 3437332. OLE color: 3437332.
HSL color Cylindrical-coordinate representation of color #147334: hue angle of 140.21º 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 #147334 is Cyan = 0.83, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 115 | 52 | - |
| CMYK | 0.83 | 0 | 0.55 | 0.55 |
| HSL | 140.21º | 0.7% | 0.26% | - |
| HSV(B) | 140.21º | 0.83% | 0.45% | - |
| XYZ | 7.04 | 12.66 | 5.32 | - |
| YUV | 79.41 | 112.53 | 85.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 115 | 52 | 0.83 | 0 | 0.55 | 0.55 | 140.21 | 0.7 | 0.26 |
| Hex | 14 | 73 | 34 | 53 | 0 | 37 | 37 | 8C | 46 | 1A |
| Octal | 24 | 163 | 64 | 123 | 0 | 67 | 67 | 214 | 106 | 32 |
| Binary | 10100 | 1110011 | 110100 | 1010011 | 0 | 110111 | 110111 | 10001100 | 1000110 | 11010 |
Color Harmonies of #147334
Complementary color
Monochromatic Colors of #147334
Black with #147334
Text Example
Text Example
White with #147334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147334; }
p { color: rgb(20,115,52); }
H1.HeaderClassName
{
color: #147334;
}
.AnyTagClassName
{
color: #147334;
}
</style>
background-color css
<style>
a { background-color: #147334; }
a { background-color: rgb(20,115,52); }
div.DivClassName
{
background-color: #147334;
}
.BgClassName
{
background-color: #147334;
}
</style>
border-color css
<style>
span { border-color: #147334; }
span { border-color: rgb(20,115,52); }
td.TdClassName
{
border-color: #147334;
}
.TagClassName
{
border-color: #147334;
}
</style>