Shades of Camarone #217E37
Tints of Camarone #217E37
RGB
CMYK
RGB Variations
Color information
#217E37 (or 0x217E37) is known color: Camarone. HEX triplet: 21, 7E and 37. RGB value is (33,126,55). Sum of RGB (Red+Green+Blue) = 33+126+55=214 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.42% from 214); Green value is 126 (49.61% from 255 or 58.88% from 214); Blue value is 55 (21.88% from 255 or 25.70% from 214); Max value from RGB is 126 - color contains mainly: green. Hex color #217E37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217E37 is #DE81C8. Grayscale: #5A5A5A. Windows color (decimal): -14582217 or 3636769. OLE color: 3636769.
HSL color Cylindrical-coordinate representation of color #217E37: hue angle of 134.19º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #217E37 is Cyan = 0.74, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 33 | 126 | 55 | - |
| CMYK | 0.74 | 0 | 0.56 | 0.51 |
| HSL | 134.19º | 0.58% | 0.31% | - |
| HSV(B) | 134.19º | 0.74% | 0.49% | - |
| XYZ | 8.78 | 15.52 | 6.15 | - |
| YUV | 90.1 | 108.19 | 87.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 126 | 55 | 0.74 | 0 | 0.56 | 0.51 | 134.19 | 0.58 | 0.31 |
| Hex | 21 | 7E | 37 | 4A | 0 | 38 | 33 | 86 | 3A | 1F |
| Octal | 41 | 176 | 67 | 112 | 0 | 70 | 63 | 206 | 72 | 37 |
| Binary | 100001 | 1111110 | 110111 | 1001010 | 0 | 111000 | 110011 | 10000110 | 111010 | 11111 |
Color Harmonies of #217E37
Complementary color
Monochromatic Colors of #217E37
Black with #217E37
Text Example
Text Example
White with #217E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217E37; }
p { color: rgb(33,126,55); }
H1.HeaderClassName
{
color: #217E37;
}
.AnyTagClassName
{
color: #217E37;
}
</style>
background-color css
<style>
a { background-color: #217E37; }
a { background-color: rgb(33,126,55); }
div.DivClassName
{
background-color: #217E37;
}
.BgClassName
{
background-color: #217E37;
}
</style>
border-color css
<style>
span { border-color: #217E37; }
span { border-color: rgb(33,126,55); }
td.TdClassName
{
border-color: #217E37;
}
.TagClassName
{
border-color: #217E37;
}
</style>