Shades of Camarone #147024
Tints of Camarone #147024
RGB
CMYK
RGB Variations
Color information
#147024 (or 0x147024) is known color: Camarone. HEX triplet: 14, 70 and 24. RGB value is (20,112,36). Sum of RGB (Red+Green+Blue) = 20+112+36=168 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.90% from 168); Green value is 112 (44.14% from 255 or 66.67% from 168); Blue value is 36 (14.45% from 255 or 21.43% from 168); Max value from RGB is 112 - color contains mainly: green. Hex color #147024 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147024 is #EB8FDB. Grayscale: #4C4C4C. Windows color (decimal): -15437788 or 2387988. OLE color: 2387988.
HSL color Cylindrical-coordinate representation of color #147024: hue angle of 130.43º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #147024 is Cyan = 0.82, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 112 | 36 | - |
| CMYK | 0.82 | 0 | 0.68 | 0.56 |
| HSL | 130.43º | 0.7% | 0.26% | - |
| HSV(B) | 130.43º | 0.82% | 0.44% | - |
| XYZ | 6.4 | 11.86 | 3.62 | - |
| YUV | 75.83 | 105.52 | 88.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 112 | 36 | 0.82 | 0 | 0.68 | 0.56 | 130.43 | 0.7 | 0.26 |
| Hex | 14 | 70 | 24 | 52 | 0 | 44 | 38 | 82 | 46 | 1A |
| Octal | 24 | 160 | 44 | 122 | 0 | 104 | 70 | 202 | 106 | 32 |
| Binary | 10100 | 1110000 | 100100 | 1010010 | 0 | 1000100 | 111000 | 10000010 | 1000110 | 11010 |
Color Harmonies of #147024
Complementary color
Monochromatic Colors of #147024
Black with #147024
Text Example
Text Example
White with #147024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147024; }
p { color: rgb(20,112,36); }
H1.HeaderClassName
{
color: #147024;
}
.AnyTagClassName
{
color: #147024;
}
</style>
background-color css
<style>
a { background-color: #147024; }
a { background-color: rgb(20,112,36); }
div.DivClassName
{
background-color: #147024;
}
.BgClassName
{
background-color: #147024;
}
</style>
border-color css
<style>
span { border-color: #147024; }
span { border-color: rgb(20,112,36); }
td.TdClassName
{
border-color: #147024;
}
.TagClassName
{
border-color: #147024;
}
</style>