Shades of Camarone #216233
Tints of Camarone #216233
RGB
CMYK
RGB Variations
Color information
#216233 (or 0x216233) is known color: Camarone. HEX triplet: 21, 62 and 33. RGB value is (33,98,51). Sum of RGB (Red+Green+Blue) = 33+98+51=182 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.13% from 182); Green value is 98 (38.67% from 255 or 53.85% from 182); Blue value is 51 (20.31% from 255 or 28.02% from 182); Max value from RGB is 98 - color contains mainly: green. Hex color #216233 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216233 is #DE9DCC. Grayscale: #494949. Windows color (decimal): -14589389 or 3367457. OLE color: 3367457.
HSL color Cylindrical-coordinate representation of color #216233: hue angle of 136.62º 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 #216233 is Cyan = 0.66, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 33 | 98 | 51 | - |
| CMYK | 0.66 | 0 | 0.48 | 0.62 |
| HSL | 136.62º | 0.5% | 0.26% | - |
| HSV(B) | 136.62º | 0.66% | 0.38% | - |
| XYZ | 5.59 | 9.3 | 4.63 | - |
| YUV | 73.21 | 115.47 | 99.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 98 | 51 | 0.66 | 0 | 0.48 | 0.62 | 136.62 | 0.5 | 0.26 |
| Hex | 21 | 62 | 33 | 42 | 0 | 30 | 3E | 89 | 32 | 1A |
| Octal | 41 | 142 | 63 | 102 | 0 | 60 | 76 | 211 | 62 | 32 |
| Binary | 100001 | 1100010 | 110011 | 1000010 | 0 | 110000 | 111110 | 10001001 | 110010 | 11010 |
Color Harmonies of #216233
Complementary color
Monochromatic Colors of #216233
Black with #216233
Text Example
Text Example
White with #216233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216233; }
p { color: rgb(33,98,51); }
H1.HeaderClassName
{
color: #216233;
}
.AnyTagClassName
{
color: #216233;
}
</style>
background-color css
<style>
a { background-color: #216233; }
a { background-color: rgb(33,98,51); }
div.DivClassName
{
background-color: #216233;
}
.BgClassName
{
background-color: #216233;
}
</style>
border-color css
<style>
span { border-color: #216233; }
span { border-color: rgb(33,98,51); }
td.TdClassName
{
border-color: #216233;
}
.TagClassName
{
border-color: #216233;
}
</style>