Shades of Camarone #216D32
Tints of Camarone #216D32
RGB
CMYK
RGB Variations
Color information
#216D32 (or 0x216D32) is known color: Camarone. HEX triplet: 21, 6D and 32. RGB value is (33,109,50). Sum of RGB (Red+Green+Blue) = 33+109+50=192 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.19% from 192); Green value is 109 (42.97% from 255 or 56.77% from 192); Blue value is 50 (19.92% from 255 or 26.04% from 192); Max value from RGB is 109 - color contains mainly: green. Hex color #216D32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216D32 is #DE92CD. Grayscale: #4F4F4F. Windows color (decimal): -14586574 or 3304737. OLE color: 3304737.
HSL color Cylindrical-coordinate representation of color #216D32: hue angle of 133.42º 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 #216D32 is Cyan = 0.70, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 33 | 109 | 50 | - |
| CMYK | 0.70 | 0 | 0.54 | 0.57 |
| HSL | 133.42º | 0.54% | 0.28% | - |
| HSV(B) | 133.42º | 0.7% | 0.43% | - |
| XYZ | 6.67 | 11.49 | 4.88 | - |
| YUV | 79.55 | 111.32 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 109 | 50 | 0.70 | 0 | 0.54 | 0.57 | 133.42 | 0.54 | 0.28 |
| Hex | 21 | 6D | 32 | 46 | 0 | 36 | 39 | 85 | 36 | 1C |
| Octal | 41 | 155 | 62 | 106 | 0 | 66 | 71 | 205 | 66 | 34 |
| Binary | 100001 | 1101101 | 110010 | 1000110 | 0 | 110110 | 111001 | 10000101 | 110110 | 11100 |
Color Harmonies of #216D32
Complementary color
Monochromatic Colors of #216D32
Black with #216D32
Text Example
Text Example
White with #216D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216D32; }
p { color: rgb(33,109,50); }
H1.HeaderClassName
{
color: #216D32;
}
.AnyTagClassName
{
color: #216D32;
}
</style>
background-color css
<style>
a { background-color: #216D32; }
a { background-color: rgb(33,109,50); }
div.DivClassName
{
background-color: #216D32;
}
.BgClassName
{
background-color: #216D32;
}
</style>
border-color css
<style>
span { border-color: #216D32; }
span { border-color: rgb(33,109,50); }
td.TdClassName
{
border-color: #216D32;
}
.TagClassName
{
border-color: #216D32;
}
</style>