Shades of Camarone #147430
Tints of Camarone #147430
RGB
CMYK
RGB Variations
Color information
#147430 (or 0x147430) is known color: Camarone. HEX triplet: 14, 74 and 30. RGB value is (20,116,48). Sum of RGB (Red+Green+Blue) = 20+116+48=184 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.87% from 184); Green value is 116 (45.70% from 255 or 63.04% from 184); Blue value is 48 (19.14% from 255 or 26.09% from 184); Max value from RGB is 116 - color contains mainly: green. Hex color #147430 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147430 is #EB8BCF. Grayscale: #4F4F4F. Windows color (decimal): -15436752 or 3175444. OLE color: 3175444.
HSL color Cylindrical-coordinate representation of color #147430: hue angle of 137.5º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #147430 is Cyan = 0.83, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 116 | 48 | - |
| CMYK | 0.83 | 0 | 0.59 | 0.55 |
| HSL | 137.5º | 0.71% | 0.27% | - |
| HSV(B) | 137.5º | 0.83% | 0.45% | - |
| XYZ | 7.07 | 12.85 | 4.9 | - |
| YUV | 79.54 | 110.2 | 85.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 116 | 48 | 0.83 | 0 | 0.59 | 0.55 | 137.5 | 0.71 | 0.27 |
| Hex | 14 | 74 | 30 | 53 | 0 | 3B | 37 | 8A | 47 | 1B |
| Octal | 24 | 164 | 60 | 123 | 0 | 73 | 67 | 212 | 107 | 33 |
| Binary | 10100 | 1110100 | 110000 | 1010011 | 0 | 111011 | 110111 | 10001010 | 1000111 | 11011 |
Color Harmonies of #147430
Complementary color
Monochromatic Colors of #147430
Black with #147430
Text Example
Text Example
White with #147430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147430; }
p { color: rgb(20,116,48); }
H1.HeaderClassName
{
color: #147430;
}
.AnyTagClassName
{
color: #147430;
}
</style>
background-color css
<style>
a { background-color: #147430; }
a { background-color: rgb(20,116,48); }
div.DivClassName
{
background-color: #147430;
}
.BgClassName
{
background-color: #147430;
}
</style>
border-color css
<style>
span { border-color: #147430; }
span { border-color: rgb(20,116,48); }
td.TdClassName
{
border-color: #147430;
}
.TagClassName
{
border-color: #147430;
}
</style>