Shades of Camarone #146932
Tints of Camarone #146932
RGB
CMYK
RGB Variations
Color information
#146932 (or 0x146932) is known color: Camarone. HEX triplet: 14, 69 and 32. RGB value is (20,105,50). Sum of RGB (Red+Green+Blue) = 20+105+50=175 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.43% from 175); Green value is 105 (41.41% from 255 or 60% from 175); Blue value is 50 (19.92% from 255 or 28.57% from 175); Max value from RGB is 105 - color contains mainly: green. Hex color #146932 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146932 is #EB96CD. Grayscale: #494949. Windows color (decimal): -15439566 or 3303700. OLE color: 3303700.
HSL color Cylindrical-coordinate representation of color #146932: hue angle of 141.18º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #146932 is Cyan = 0.81, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 20 | 105 | 50 | - |
| CMYK | 0.81 | 0 | 0.52 | 0.59 |
| HSL | 141.18º | 0.68% | 0.25% | - |
| HSV(B) | 141.18º | 0.81% | 0.41% | - |
| XYZ | 5.92 | 10.48 | 4.73 | - |
| YUV | 73.32 | 114.84 | 89.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 105 | 50 | 0.81 | 0 | 0.52 | 0.59 | 141.18 | 0.68 | 0.25 |
| Hex | 14 | 69 | 32 | 51 | 0 | 34 | 3B | 8D | 44 | 19 |
| Octal | 24 | 151 | 62 | 121 | 0 | 64 | 73 | 215 | 104 | 31 |
| Binary | 10100 | 1101001 | 110010 | 1010001 | 0 | 110100 | 111011 | 10001101 | 1000100 | 11001 |
Color Harmonies of #146932
Complementary color
Monochromatic Colors of #146932
Black with #146932
Text Example
Text Example
White with #146932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146932; }
p { color: rgb(20,105,50); }
H1.HeaderClassName
{
color: #146932;
}
.AnyTagClassName
{
color: #146932;
}
</style>
background-color css
<style>
a { background-color: #146932; }
a { background-color: rgb(20,105,50); }
div.DivClassName
{
background-color: #146932;
}
.BgClassName
{
background-color: #146932;
}
</style>
border-color css
<style>
span { border-color: #146932; }
span { border-color: rgb(20,105,50); }
td.TdClassName
{
border-color: #146932;
}
.TagClassName
{
border-color: #146932;
}
</style>