Shades of Camarone #147E34
Tints of Camarone #147E34
RGB
CMYK
RGB Variations
Color information
#147E34 (or 0x147E34) is known color: Camarone. HEX triplet: 14, 7E and 34. RGB value is (20,126,52). Sum of RGB (Red+Green+Blue) = 20+126+52=198 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.10% from 198); Green value is 126 (49.61% from 255 or 63.64% from 198); Blue value is 52 (20.70% from 255 or 26.26% from 198); Max value from RGB is 126 - color contains mainly: green. Hex color #147E34 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147E34 is #EB81CB. Grayscale: #565656. Windows color (decimal): -15434188 or 3440148. OLE color: 3440148.
HSL color Cylindrical-coordinate representation of color #147E34: hue angle of 138.11º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #147E34 is Cyan = 0.84, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 20 | 126 | 52 | - |
| CMYK | 0.84 | 0 | 0.59 | 0.51 |
| HSL | 138.11º | 0.73% | 0.29% | - |
| HSV(B) | 138.11º | 0.84% | 0.49% | - |
| XYZ | 8.37 | 15.32 | 5.76 | - |
| YUV | 85.87 | 108.88 | 81.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 126 | 52 | 0.84 | 0 | 0.59 | 0.51 | 138.11 | 0.73 | 0.29 |
| Hex | 14 | 7E | 34 | 54 | 0 | 3B | 33 | 8A | 49 | 1D |
| Octal | 24 | 176 | 64 | 124 | 0 | 73 | 63 | 212 | 111 | 35 |
| Binary | 10100 | 1111110 | 110100 | 1010100 | 0 | 111011 | 110011 | 10001010 | 1001001 | 11101 |
Color Harmonies of #147E34
Complementary color
Monochromatic Colors of #147E34
Black with #147E34
Text Example
Text Example
White with #147E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147E34; }
p { color: rgb(20,126,52); }
H1.HeaderClassName
{
color: #147E34;
}
.AnyTagClassName
{
color: #147E34;
}
</style>
background-color css
<style>
a { background-color: #147E34; }
a { background-color: rgb(20,126,52); }
div.DivClassName
{
background-color: #147E34;
}
.BgClassName
{
background-color: #147E34;
}
</style>
border-color css
<style>
span { border-color: #147E34; }
span { border-color: rgb(20,126,52); }
td.TdClassName
{
border-color: #147E34;
}
.TagClassName
{
border-color: #147E34;
}
</style>