Shades of Camarone #216837
Tints of Camarone #216837
RGB
CMYK
RGB Variations
Color information
#216837 (or 0x216837) is known color: Camarone. HEX triplet: 21, 68 and 37. RGB value is (33,104,55). Sum of RGB (Red+Green+Blue) = 33+104+55=192 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.19% from 192); Green value is 104 (41.02% from 255 or 54.17% from 192); Blue value is 55 (21.88% from 255 or 28.65% from 192); Max value from RGB is 104 - color contains mainly: green. Hex color #216837 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216837 is #DE97C8. Grayscale: #4D4D4D. Windows color (decimal): -14587849 or 3631137. OLE color: 3631137.
HSL color Cylindrical-coordinate representation of color #216837: hue angle of 138.59º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #216837 is Cyan = 0.68, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 33 | 104 | 55 | - |
| CMYK | 0.68 | 0 | 0.47 | 0.59 |
| HSL | 138.59º | 0.52% | 0.27% | - |
| HSV(B) | 138.59º | 0.68% | 0.41% | - |
| XYZ | 6.27 | 10.5 | 5.31 | - |
| YUV | 77.19 | 115.48 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 104 | 55 | 0.68 | 0 | 0.47 | 0.59 | 138.59 | 0.52 | 0.27 |
| Hex | 21 | 68 | 37 | 44 | 0 | 2F | 3B | 8B | 34 | 1B |
| Octal | 41 | 150 | 67 | 104 | 0 | 57 | 73 | 213 | 64 | 33 |
| Binary | 100001 | 1101000 | 110111 | 1000100 | 0 | 101111 | 111011 | 10001011 | 110100 | 11011 |
Color Harmonies of #216837
Complementary color
Monochromatic Colors of #216837
Black with #216837
Text Example
Text Example
White with #216837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216837; }
p { color: rgb(33,104,55); }
H1.HeaderClassName
{
color: #216837;
}
.AnyTagClassName
{
color: #216837;
}
</style>
background-color css
<style>
a { background-color: #216837; }
a { background-color: rgb(33,104,55); }
div.DivClassName
{
background-color: #216837;
}
.BgClassName
{
background-color: #216837;
}
</style>
border-color css
<style>
span { border-color: #216837; }
span { border-color: rgb(33,104,55); }
td.TdClassName
{
border-color: #216837;
}
.TagClassName
{
border-color: #216837;
}
</style>