Shades of Camarone #216D40
Tints of Camarone #216D40
RGB
CMYK
RGB Variations
Color information
#216D40 (or 0x216D40) is known color: Camarone. HEX triplet: 21, 6D and 40. RGB value is (33,109,64). Sum of RGB (Red+Green+Blue) = 33+109+64=206 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.02% from 206); Green value is 109 (42.97% from 255 or 52.91% from 206); Blue value is 64 (25.39% from 255 or 31.07% from 206); Max value from RGB is 109 - color contains mainly: green. Hex color #216D40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216D40 is #DE92BF. Grayscale: #515151. Windows color (decimal): -14586560 or 4222241. OLE color: 4222241.
HSL color Cylindrical-coordinate representation of color #216D40: hue angle of 144.47º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #216D40 is Cyan = 0.70, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 33 | 109 | 64 | - |
| CMYK | 0.70 | 0 | 0.41 | 0.57 |
| HSL | 144.47º | 0.54% | 0.28% | - |
| HSV(B) | 144.47º | 0.7% | 0.43% | - |
| XYZ | 7.02 | 11.63 | 6.73 | - |
| YUV | 81.15 | 118.32 | 93.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 109 | 64 | 0.70 | 0 | 0.41 | 0.57 | 144.47 | 0.54 | 0.28 |
| Hex | 21 | 6D | 40 | 46 | 0 | 29 | 39 | 90 | 36 | 1C |
| Octal | 41 | 155 | 100 | 106 | 0 | 51 | 71 | 220 | 66 | 34 |
| Binary | 100001 | 1101101 | 1000000 | 1000110 | 0 | 101001 | 111001 | 10010000 | 110110 | 11100 |
Color Harmonies of #216D40
Complementary color
Monochromatic Colors of #216D40
Black with #216D40
Text Example
Text Example
White with #216D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216D40; }
p { color: rgb(33,109,64); }
H1.HeaderClassName
{
color: #216D40;
}
.AnyTagClassName
{
color: #216D40;
}
</style>
background-color css
<style>
a { background-color: #216D40; }
a { background-color: rgb(33,109,64); }
div.DivClassName
{
background-color: #216D40;
}
.BgClassName
{
background-color: #216D40;
}
</style>
border-color css
<style>
span { border-color: #216D40; }
span { border-color: rgb(33,109,64); }
td.TdClassName
{
border-color: #216D40;
}
.TagClassName
{
border-color: #216D40;
}
</style>