Shades of Camarone #147C33
Tints of Camarone #147C33
RGB
CMYK
RGB Variations
Color information
#147C33 (or 0x147C33) is known color: Camarone. HEX triplet: 14, 7C and 33. RGB value is (20,124,51). Sum of RGB (Red+Green+Blue) = 20+124+51=195 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.26% from 195); Green value is 124 (48.83% from 255 or 63.59% from 195); Blue value is 51 (20.31% from 255 or 26.15% from 195); Max value from RGB is 124 - color contains mainly: green. Hex color #147C33 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147C33 is #EB83CC. Grayscale: #545454. Windows color (decimal): -15434701 or 3374100. OLE color: 3374100.
HSL color Cylindrical-coordinate representation of color #147C33: hue angle of 137.88º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #147C33 is Cyan = 0.84, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 20 | 124 | 51 | - |
| CMYK | 0.84 | 0 | 0.59 | 0.51 |
| HSL | 137.88º | 0.72% | 0.28% | - |
| HSV(B) | 137.88º | 0.84% | 0.49% | - |
| XYZ | 8.09 | 14.8 | 5.56 | - |
| YUV | 84.58 | 109.04 | 81.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 124 | 51 | 0.84 | 0 | 0.59 | 0.51 | 137.88 | 0.72 | 0.28 |
| Hex | 14 | 7C | 33 | 54 | 0 | 3B | 33 | 8A | 48 | 1C |
| Octal | 24 | 174 | 63 | 124 | 0 | 73 | 63 | 212 | 110 | 34 |
| Binary | 10100 | 1111100 | 110011 | 1010100 | 0 | 111011 | 110011 | 10001010 | 1001000 | 11100 |
Color Harmonies of #147C33
Complementary color
Monochromatic Colors of #147C33
Black with #147C33
Text Example
Text Example
White with #147C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147C33; }
p { color: rgb(20,124,51); }
H1.HeaderClassName
{
color: #147C33;
}
.AnyTagClassName
{
color: #147C33;
}
</style>
background-color css
<style>
a { background-color: #147C33; }
a { background-color: rgb(20,124,51); }
div.DivClassName
{
background-color: #147C33;
}
.BgClassName
{
background-color: #147C33;
}
</style>
border-color css
<style>
span { border-color: #147C33; }
span { border-color: rgb(20,124,51); }
td.TdClassName
{
border-color: #147C33;
}
.TagClassName
{
border-color: #147C33;
}
</style>