Shades of Camarone #147D33
Tints of Camarone #147D33
RGB
CMYK
RGB Variations
Color information
#147D33 (or 0x147D33) is known color: Camarone. HEX triplet: 14, 7D and 33. RGB value is (20,125,51). Sum of RGB (Red+Green+Blue) = 20+125+51=196 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.20% from 196); Green value is 125 (49.22% from 255 or 63.78% from 196); Blue value is 51 (20.31% from 255 or 26.02% from 196); Max value from RGB is 125 - color contains mainly: green. Hex color #147D33 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147D33 is #EB82CC. Grayscale: #555555. Windows color (decimal): -15434445 or 3374356. OLE color: 3374356.
HSL color Cylindrical-coordinate representation of color #147D33: hue angle of 137.71º 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 #147D33 is Cyan = 0.84, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 20 | 125 | 51 | - |
| CMYK | 0.84 | 0 | 0.59 | 0.51 |
| HSL | 137.71º | 0.72% | 0.28% | - |
| HSV(B) | 137.71º | 0.84% | 0.49% | - |
| XYZ | 8.22 | 15.05 | 5.6 | - |
| YUV | 85.17 | 108.71 | 81.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 125 | 51 | 0.84 | 0 | 0.59 | 0.51 | 137.71 | 0.72 | 0.28 |
| Hex | 14 | 7D | 33 | 54 | 0 | 3B | 33 | 8A | 48 | 1C |
| Octal | 24 | 175 | 63 | 124 | 0 | 73 | 63 | 212 | 110 | 34 |
| Binary | 10100 | 1111101 | 110011 | 1010100 | 0 | 111011 | 110011 | 10001010 | 1001000 | 11100 |
Color Harmonies of #147D33
Complementary color
Monochromatic Colors of #147D33
Black with #147D33
Text Example
Text Example
White with #147D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147D33; }
p { color: rgb(20,125,51); }
H1.HeaderClassName
{
color: #147D33;
}
.AnyTagClassName
{
color: #147D33;
}
</style>
background-color css
<style>
a { background-color: #147D33; }
a { background-color: rgb(20,125,51); }
div.DivClassName
{
background-color: #147D33;
}
.BgClassName
{
background-color: #147D33;
}
</style>
border-color css
<style>
span { border-color: #147D33; }
span { border-color: rgb(20,125,51); }
td.TdClassName
{
border-color: #147D33;
}
.TagClassName
{
border-color: #147D33;
}
</style>