Shades of Camarone #217232
Tints of Camarone #217232
RGB
CMYK
RGB Variations
Color information
#217232 (or 0x217232) is known color: Camarone. HEX triplet: 21, 72 and 32. RGB value is (33,114,50). Sum of RGB (Red+Green+Blue) = 33+114+50=197 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.75% from 197); Green value is 114 (44.92% from 255 or 57.87% from 197); Blue value is 50 (19.92% from 255 or 25.38% from 197); Max value from RGB is 114 - color contains mainly: green. Hex color #217232 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217232 is #DE8DCD. Grayscale: #525252. Windows color (decimal): -14585294 or 3306017. OLE color: 3306017.
HSL color Cylindrical-coordinate representation of color #217232: hue angle of 132.59º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #217232 is Cyan = 0.71, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 33 | 114 | 50 | - |
| CMYK | 0.71 | 0 | 0.56 | 0.55 |
| HSL | 132.59º | 0.55% | 0.29% | - |
| HSV(B) | 132.59º | 0.71% | 0.45% | - |
| XYZ | 7.22 | 12.59 | 5.07 | - |
| YUV | 82.49 | 109.66 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 114 | 50 | 0.71 | 0 | 0.56 | 0.55 | 132.59 | 0.55 | 0.29 |
| Hex | 21 | 72 | 32 | 47 | 0 | 38 | 37 | 85 | 37 | 1D |
| Octal | 41 | 162 | 62 | 107 | 0 | 70 | 67 | 205 | 67 | 35 |
| Binary | 100001 | 1110010 | 110010 | 1000111 | 0 | 111000 | 110111 | 10000101 | 110111 | 11101 |
Color Harmonies of #217232
Complementary color
Monochromatic Colors of #217232
Black with #217232
Text Example
Text Example
White with #217232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217232; }
p { color: rgb(33,114,50); }
H1.HeaderClassName
{
color: #217232;
}
.AnyTagClassName
{
color: #217232;
}
</style>
background-color css
<style>
a { background-color: #217232; }
a { background-color: rgb(33,114,50); }
div.DivClassName
{
background-color: #217232;
}
.BgClassName
{
background-color: #217232;
}
</style>
border-color css
<style>
span { border-color: #217232; }
span { border-color: rgb(33,114,50); }
td.TdClassName
{
border-color: #217232;
}
.TagClassName
{
border-color: #217232;
}
</style>