Shades of Camarone #216232
Tints of Camarone #216232
RGB
CMYK
RGB Variations
Color information
#216232 (or 0x216232) is known color: Camarone. HEX triplet: 21, 62 and 32. RGB value is (33,98,50). Sum of RGB (Red+Green+Blue) = 33+98+50=181 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.23% from 181); Green value is 98 (38.67% from 255 or 54.14% from 181); Blue value is 50 (19.92% from 255 or 27.62% from 181); Max value from RGB is 98 - color contains mainly: green. Hex color #216232 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216232 is #DE9DCD. Grayscale: #494949. Windows color (decimal): -14589390 or 3301921. OLE color: 3301921.
HSL color Cylindrical-coordinate representation of color #216232: hue angle of 135.69º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #216232 is Cyan = 0.66, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 33 | 98 | 50 | - |
| CMYK | 0.66 | 0 | 0.49 | 0.62 |
| HSL | 135.69º | 0.5% | 0.26% | - |
| HSV(B) | 135.69º | 0.66% | 0.38% | - |
| XYZ | 5.57 | 9.29 | 4.52 | - |
| YUV | 73.09 | 114.97 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 98 | 50 | 0.66 | 0 | 0.49 | 0.62 | 135.69 | 0.5 | 0.26 |
| Hex | 21 | 62 | 32 | 42 | 0 | 31 | 3E | 88 | 32 | 1A |
| Octal | 41 | 142 | 62 | 102 | 0 | 61 | 76 | 210 | 62 | 32 |
| Binary | 100001 | 1100010 | 110010 | 1000010 | 0 | 110001 | 111110 | 10001000 | 110010 | 11010 |
Color Harmonies of #216232
Complementary color
Monochromatic Colors of #216232
Black with #216232
Text Example
Text Example
White with #216232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216232; }
p { color: rgb(33,98,50); }
H1.HeaderClassName
{
color: #216232;
}
.AnyTagClassName
{
color: #216232;
}
</style>
background-color css
<style>
a { background-color: #216232; }
a { background-color: rgb(33,98,50); }
div.DivClassName
{
background-color: #216232;
}
.BgClassName
{
background-color: #216232;
}
</style>
border-color css
<style>
span { border-color: #216232; }
span { border-color: rgb(33,98,50); }
td.TdClassName
{
border-color: #216232;
}
.TagClassName
{
border-color: #216232;
}
</style>