Shades of Camarone #147434
Tints of Camarone #147434
RGB
CMYK
RGB Variations
Color information
#147434 (or 0x147434) is known color: Camarone. HEX triplet: 14, 74 and 34. RGB value is (20,116,52). Sum of RGB (Red+Green+Blue) = 20+116+52=188 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.64% from 188); Green value is 116 (45.70% from 255 or 61.70% from 188); Blue value is 52 (20.70% from 255 or 27.66% from 188); Max value from RGB is 116 - color contains mainly: green. Hex color #147434 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147434 is #EB8BCB. Grayscale: #505050. Windows color (decimal): -15436748 or 3437588. OLE color: 3437588.
HSL color Cylindrical-coordinate representation of color #147434: hue angle of 140º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #147434 is Cyan = 0.83, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 116 | 52 | - |
| CMYK | 0.83 | 0 | 0.55 | 0.55 |
| HSL | 140º | 0.71% | 0.27% | - |
| HSV(B) | 140º | 0.83% | 0.45% | - |
| XYZ | 7.15 | 12.89 | 5.36 | - |
| YUV | 80 | 112.2 | 85.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 116 | 52 | 0.83 | 0 | 0.55 | 0.55 | 140 | 0.71 | 0.27 |
| Hex | 14 | 74 | 34 | 53 | 0 | 37 | 37 | 8C | 47 | 1B |
| Octal | 24 | 164 | 64 | 123 | 0 | 67 | 67 | 214 | 107 | 33 |
| Binary | 10100 | 1110100 | 110100 | 1010011 | 0 | 110111 | 110111 | 10001100 | 1000111 | 11011 |
Color Harmonies of #147434
Complementary color
Monochromatic Colors of #147434
Black with #147434
Text Example
Text Example
White with #147434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147434; }
p { color: rgb(20,116,52); }
H1.HeaderClassName
{
color: #147434;
}
.AnyTagClassName
{
color: #147434;
}
</style>
background-color css
<style>
a { background-color: #147434; }
a { background-color: rgb(20,116,52); }
div.DivClassName
{
background-color: #147434;
}
.BgClassName
{
background-color: #147434;
}
</style>
border-color css
<style>
span { border-color: #147434; }
span { border-color: rgb(20,116,52); }
td.TdClassName
{
border-color: #147434;
}
.TagClassName
{
border-color: #147434;
}
</style>