Shades of Camarone #216D39
Tints of Camarone #216D39
RGB
CMYK
RGB Variations
Color information
#216D39 (or 0x216D39) is known color: Camarone. HEX triplet: 21, 6D and 39. RGB value is (33,109,57). Sum of RGB (Red+Green+Blue) = 33+109+57=199 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.58% from 199); Green value is 109 (42.97% from 255 or 54.77% from 199); Blue value is 57 (22.66% from 255 or 28.64% from 199); Max value from RGB is 109 - color contains mainly: green. Hex color #216D39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216D39 is #DE92C6. Grayscale: #505050. Windows color (decimal): -14586567 or 3763489. OLE color: 3763489.
HSL color Cylindrical-coordinate representation of color #216D39: hue angle of 138.95º 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 #216D39 is Cyan = 0.70, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 33 | 109 | 57 | - |
| CMYK | 0.70 | 0 | 0.48 | 0.57 |
| HSL | 138.95º | 0.54% | 0.28% | - |
| HSV(B) | 138.95º | 0.7% | 0.43% | - |
| XYZ | 6.83 | 11.56 | 5.74 | - |
| YUV | 80.35 | 114.82 | 94.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 109 | 57 | 0.70 | 0 | 0.48 | 0.57 | 138.95 | 0.54 | 0.28 |
| Hex | 21 | 6D | 39 | 46 | 0 | 30 | 39 | 8B | 36 | 1C |
| Octal | 41 | 155 | 71 | 106 | 0 | 60 | 71 | 213 | 66 | 34 |
| Binary | 100001 | 1101101 | 111001 | 1000110 | 0 | 110000 | 111001 | 10001011 | 110110 | 11100 |
Color Harmonies of #216D39
Complementary color
Monochromatic Colors of #216D39
Black with #216D39
Text Example
Text Example
White with #216D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216D39; }
p { color: rgb(33,109,57); }
H1.HeaderClassName
{
color: #216D39;
}
.AnyTagClassName
{
color: #216D39;
}
</style>
background-color css
<style>
a { background-color: #216D39; }
a { background-color: rgb(33,109,57); }
div.DivClassName
{
background-color: #216D39;
}
.BgClassName
{
background-color: #216D39;
}
</style>
border-color css
<style>
span { border-color: #216D39; }
span { border-color: rgb(33,109,57); }
td.TdClassName
{
border-color: #216D39;
}
.TagClassName
{
border-color: #216D39;
}
</style>