Shades of Camarone #216535
Tints of Camarone #216535
RGB
CMYK
RGB Variations
Color information
#216535 (or 0x216535) is known color: Camarone. HEX triplet: 21, 65 and 35. RGB value is (33,101,53). Sum of RGB (Red+Green+Blue) = 33+101+53=187 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.65% from 187); Green value is 101 (39.84% from 255 or 54.01% from 187); Blue value is 53 (21.09% from 255 or 28.34% from 187); Max value from RGB is 101 - color contains mainly: green. Hex color #216535 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216535 is #DE9ACA. Grayscale: #4B4B4B. Windows color (decimal): -14588619 or 3499297. OLE color: 3499297.
HSL color Cylindrical-coordinate representation of color #216535: hue angle of 137.65º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #216535 is Cyan = 0.67, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 33 | 101 | 53 | - |
| CMYK | 0.67 | 0 | 0.48 | 0.60 |
| HSL | 137.65º | 0.51% | 0.26% | - |
| HSV(B) | 137.65º | 0.67% | 0.4% | - |
| XYZ | 5.92 | 9.89 | 4.96 | - |
| YUV | 75.2 | 115.47 | 97.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 101 | 53 | 0.67 | 0 | 0.48 | 0.60 | 137.65 | 0.51 | 0.26 |
| Hex | 21 | 65 | 35 | 43 | 0 | 30 | 3C | 8A | 33 | 1A |
| Octal | 41 | 145 | 65 | 103 | 0 | 60 | 74 | 212 | 63 | 32 |
| Binary | 100001 | 1100101 | 110101 | 1000011 | 0 | 110000 | 111100 | 10001010 | 110011 | 11010 |
Color Harmonies of #216535
Complementary color
Monochromatic Colors of #216535
Black with #216535
Text Example
Text Example
White with #216535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216535; }
p { color: rgb(33,101,53); }
H1.HeaderClassName
{
color: #216535;
}
.AnyTagClassName
{
color: #216535;
}
</style>
background-color css
<style>
a { background-color: #216535; }
a { background-color: rgb(33,101,53); }
div.DivClassName
{
background-color: #216535;
}
.BgClassName
{
background-color: #216535;
}
</style>
border-color css
<style>
span { border-color: #216535; }
span { border-color: rgb(33,101,53); }
td.TdClassName
{
border-color: #216535;
}
.TagClassName
{
border-color: #216535;
}
</style>