Shades of Camarone #147025
Tints of Camarone #147025
RGB
CMYK
RGB Variations
Color information
#147025 (or 0x147025) is known color: Camarone. HEX triplet: 14, 70 and 25. RGB value is (20,112,37). Sum of RGB (Red+Green+Blue) = 20+112+37=169 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.83% from 169); Green value is 112 (44.14% from 255 or 66.27% from 169); Blue value is 37 (14.84% from 255 or 21.89% from 169); Max value from RGB is 112 - color contains mainly: green. Hex color #147025 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147025 is #EB8FDA. Grayscale: #4C4C4C. Windows color (decimal): -15437787 or 2453524. OLE color: 2453524.
HSL color Cylindrical-coordinate representation of color #147025: hue angle of 131.09º 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 #147025 is Cyan = 0.82, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 112 | 37 | - |
| CMYK | 0.82 | 0 | 0.67 | 0.56 |
| HSL | 131.09º | 0.7% | 0.26% | - |
| HSV(B) | 131.09º | 0.82% | 0.44% | - |
| XYZ | 6.42 | 11.87 | 3.7 | - |
| YUV | 75.94 | 106.02 | 88.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 112 | 37 | 0.82 | 0 | 0.67 | 0.56 | 131.09 | 0.7 | 0.26 |
| Hex | 14 | 70 | 25 | 52 | 0 | 43 | 38 | 83 | 46 | 1A |
| Octal | 24 | 160 | 45 | 122 | 0 | 103 | 70 | 203 | 106 | 32 |
| Binary | 10100 | 1110000 | 100101 | 1010010 | 0 | 1000011 | 111000 | 10000011 | 1000110 | 11010 |
Color Harmonies of #147025
Complementary color
Monochromatic Colors of #147025
Black with #147025
Text Example
Text Example
White with #147025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147025; }
p { color: rgb(20,112,37); }
H1.HeaderClassName
{
color: #147025;
}
.AnyTagClassName
{
color: #147025;
}
</style>
background-color css
<style>
a { background-color: #147025; }
a { background-color: rgb(20,112,37); }
div.DivClassName
{
background-color: #147025;
}
.BgClassName
{
background-color: #147025;
}
</style>
border-color css
<style>
span { border-color: #147025; }
span { border-color: rgb(20,112,37); }
td.TdClassName
{
border-color: #147025;
}
.TagClassName
{
border-color: #147025;
}
</style>