Shades of Camarone #216433
Tints of Camarone #216433
RGB
CMYK
RGB Variations
Color information
#216433 (or 0x216433) is known color: Camarone. HEX triplet: 21, 64 and 33. RGB value is (33,100,51). Sum of RGB (Red+Green+Blue) = 33+100+51=184 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.93% from 184); Green value is 100 (39.45% from 255 or 54.35% from 184); Blue value is 51 (20.31% from 255 or 27.72% from 184); Max value from RGB is 100 - color contains mainly: green. Hex color #216433 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216433 is #DE9BCC. Grayscale: #4A4A4A. Windows color (decimal): -14588877 or 3367969. OLE color: 3367969.
HSL color Cylindrical-coordinate representation of color #216433: hue angle of 136.12º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #216433 is Cyan = 0.67, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 33 | 100 | 51 | - |
| CMYK | 0.67 | 0 | 0.49 | 0.61 |
| HSL | 136.12º | 0.5% | 0.26% | - |
| HSV(B) | 136.12º | 0.67% | 0.39% | - |
| XYZ | 5.78 | 9.68 | 4.7 | - |
| YUV | 74.38 | 114.8 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 100 | 51 | 0.67 | 0 | 0.49 | 0.61 | 136.12 | 0.5 | 0.26 |
| Hex | 21 | 64 | 33 | 43 | 0 | 31 | 3D | 88 | 32 | 1A |
| Octal | 41 | 144 | 63 | 103 | 0 | 61 | 75 | 210 | 62 | 32 |
| Binary | 100001 | 1100100 | 110011 | 1000011 | 0 | 110001 | 111101 | 10001000 | 110010 | 11010 |
Color Harmonies of #216433
Complementary color
Monochromatic Colors of #216433
Black with #216433
Text Example
Text Example
White with #216433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216433; }
p { color: rgb(33,100,51); }
H1.HeaderClassName
{
color: #216433;
}
.AnyTagClassName
{
color: #216433;
}
</style>
background-color css
<style>
a { background-color: #216433; }
a { background-color: rgb(33,100,51); }
div.DivClassName
{
background-color: #216433;
}
.BgClassName
{
background-color: #216433;
}
</style>
border-color css
<style>
span { border-color: #216433; }
span { border-color: rgb(33,100,51); }
td.TdClassName
{
border-color: #216433;
}
.TagClassName
{
border-color: #216433;
}
</style>