Shades of Camarone #216238
Tints of Camarone #216238
RGB
CMYK
RGB Variations
Color information
#216238 (or 0x216238) is known color: Camarone. HEX triplet: 21, 62 and 38. RGB value is (33,98,56). Sum of RGB (Red+Green+Blue) = 33+98+56=187 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.65% from 187); Green value is 98 (38.67% from 255 or 52.41% from 187); Blue value is 56 (22.27% from 255 or 29.95% from 187); Max value from RGB is 98 - color contains mainly: green. Hex color #216238 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216238 is #DE9DC7. Grayscale: #494949. Windows color (decimal): -14589384 or 3695137. OLE color: 3695137.
HSL color Cylindrical-coordinate representation of color #216238: hue angle of 141.23º 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 #216238 is Cyan = 0.66, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 33 | 98 | 56 | - |
| CMYK | 0.66 | 0 | 0.43 | 0.62 |
| HSL | 141.23º | 0.5% | 0.26% | - |
| HSV(B) | 141.23º | 0.66% | 0.38% | - |
| XYZ | 5.71 | 9.34 | 5.24 | - |
| YUV | 73.78 | 117.97 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 98 | 56 | 0.66 | 0 | 0.43 | 0.62 | 141.23 | 0.5 | 0.26 |
| Hex | 21 | 62 | 38 | 42 | 0 | 2B | 3E | 8D | 32 | 1A |
| Octal | 41 | 142 | 70 | 102 | 0 | 53 | 76 | 215 | 62 | 32 |
| Binary | 100001 | 1100010 | 111000 | 1000010 | 0 | 101011 | 111110 | 10001101 | 110010 | 11010 |
Color Harmonies of #216238
Complementary color
Monochromatic Colors of #216238
Black with #216238
Text Example
Text Example
White with #216238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216238; }
p { color: rgb(33,98,56); }
H1.HeaderClassName
{
color: #216238;
}
.AnyTagClassName
{
color: #216238;
}
</style>
background-color css
<style>
a { background-color: #216238; }
a { background-color: rgb(33,98,56); }
div.DivClassName
{
background-color: #216238;
}
.BgClassName
{
background-color: #216238;
}
</style>
border-color css
<style>
span { border-color: #216238; }
span { border-color: rgb(33,98,56); }
td.TdClassName
{
border-color: #216238;
}
.TagClassName
{
border-color: #216238;
}
</style>