Shades of Camarone #146C37
Tints of Camarone #146C37
RGB
CMYK
RGB Variations
Color information
#146C37 (or 0x146C37) is known color: Camarone. HEX triplet: 14, 6C and 37. RGB value is (20,108,55). Sum of RGB (Red+Green+Blue) = 20+108+55=183 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.93% from 183); Green value is 108 (42.58% from 255 or 59.02% from 183); Blue value is 55 (21.88% from 255 or 30.05% from 183); Max value from RGB is 108 - color contains mainly: green. Hex color #146C37 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146C37 is #EB93C8. Grayscale: #4B4B4B. Windows color (decimal): -15438793 or 3632148. OLE color: 3632148.
HSL color Cylindrical-coordinate representation of color #146C37: hue angle of 143.86º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #146C37 is Cyan = 0.81, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 20 | 108 | 55 | - |
| CMYK | 0.81 | 0 | 0.49 | 0.58 |
| HSL | 143.86º | 0.69% | 0.25% | - |
| HSV(B) | 143.86º | 0.81% | 0.42% | - |
| XYZ | 6.34 | 11.15 | 5.43 | - |
| YUV | 75.65 | 116.35 | 88.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 108 | 55 | 0.81 | 0 | 0.49 | 0.58 | 143.86 | 0.69 | 0.25 |
| Hex | 14 | 6C | 37 | 51 | 0 | 31 | 3A | 90 | 45 | 19 |
| Octal | 24 | 154 | 67 | 121 | 0 | 61 | 72 | 220 | 105 | 31 |
| Binary | 10100 | 1101100 | 110111 | 1010001 | 0 | 110001 | 111010 | 10010000 | 1000101 | 11001 |
Color Harmonies of #146C37
Complementary color
Monochromatic Colors of #146C37
Black with #146C37
Text Example
Text Example
White with #146C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146C37; }
p { color: rgb(20,108,55); }
H1.HeaderClassName
{
color: #146C37;
}
.AnyTagClassName
{
color: #146C37;
}
</style>
background-color css
<style>
a { background-color: #146C37; }
a { background-color: rgb(20,108,55); }
div.DivClassName
{
background-color: #146C37;
}
.BgClassName
{
background-color: #146C37;
}
</style>
border-color css
<style>
span { border-color: #146C37; }
span { border-color: rgb(20,108,55); }
td.TdClassName
{
border-color: #146C37;
}
.TagClassName
{
border-color: #146C37;
}
</style>