Shades of Camarone #216637
Tints of Camarone #216637
RGB
CMYK
RGB Variations
Color information
#216637 (or 0x216637) is known color: Camarone. HEX triplet: 21, 66 and 37. RGB value is (33,102,55). Sum of RGB (Red+Green+Blue) = 33+102+55=190 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.37% from 190); Green value is 102 (40.23% from 255 or 53.68% from 190); Blue value is 55 (21.88% from 255 or 28.95% from 190); Max value from RGB is 102 - color contains mainly: green. Hex color #216637 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216637 is #DE99C8. Grayscale: #4C4C4C. Windows color (decimal): -14588361 or 3630625. OLE color: 3630625.
HSL color Cylindrical-coordinate representation of color #216637: hue angle of 139.13º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #216637 is Cyan = 0.68, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 33 | 102 | 55 | - |
| CMYK | 0.68 | 0 | 0.46 | 0.6 |
| HSL | 139.13º | 0.51% | 0.26% | - |
| HSV(B) | 139.13º | 0.68% | 0.4% | - |
| XYZ | 6.07 | 10.1 | 5.24 | - |
| YUV | 76.01 | 116.14 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 102 | 55 | 0.68 | 0 | 0.46 | 0.6 | 139.13 | 0.51 | 0.26 |
| Hex | 21 | 66 | 37 | 44 | 0 | 2E | 3C | 8B | 33 | 1A |
| Octal | 41 | 146 | 67 | 104 | 0 | 56 | 74 | 213 | 63 | 32 |
| Binary | 100001 | 1100110 | 110111 | 1000100 | 0 | 101110 | 111100 | 10001011 | 110011 | 11010 |
Color Harmonies of #216637
Complementary color
Monochromatic Colors of #216637
Black with #216637
Text Example
Text Example
White with #216637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216637; }
p { color: rgb(33,102,55); }
H1.HeaderClassName
{
color: #216637;
}
.AnyTagClassName
{
color: #216637;
}
</style>
background-color css
<style>
a { background-color: #216637; }
a { background-color: rgb(33,102,55); }
div.DivClassName
{
background-color: #216637;
}
.BgClassName
{
background-color: #216637;
}
</style>
border-color css
<style>
span { border-color: #216637; }
span { border-color: rgb(33,102,55); }
td.TdClassName
{
border-color: #216637;
}
.TagClassName
{
border-color: #216637;
}
</style>