Shades of Camarone #216330
Tints of Camarone #216330
RGB
CMYK
RGB Variations
Color information
#216330 (or 0x216330) is known color: Camarone. HEX triplet: 21, 63 and 30. RGB value is (33,99,48). Sum of RGB (Red+Green+Blue) = 33+99+48=180 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.33% from 180); Green value is 99 (39.06% from 255 or 55% from 180); Blue value is 48 (19.14% from 255 or 26.67% from 180); Max value from RGB is 99 - color contains mainly: green. Hex color #216330 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216330 is #DE9CCF. Grayscale: #494949. Windows color (decimal): -14589136 or 3171105. OLE color: 3171105.
HSL color Cylindrical-coordinate representation of color #216330: hue angle of 133.64º 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 #216330 is Cyan = 0.67, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 33 | 99 | 48 | - |
| CMYK | 0.67 | 0 | 0.52 | 0.61 |
| HSL | 133.64º | 0.5% | 0.26% | - |
| HSV(B) | 133.64º | 0.67% | 0.39% | - |
| XYZ | 5.62 | 9.46 | 4.33 | - |
| YUV | 73.45 | 113.63 | 99.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 99 | 48 | 0.67 | 0 | 0.52 | 0.61 | 133.64 | 0.5 | 0.26 |
| Hex | 21 | 63 | 30 | 43 | 0 | 34 | 3D | 86 | 32 | 1A |
| Octal | 41 | 143 | 60 | 103 | 0 | 64 | 75 | 206 | 62 | 32 |
| Binary | 100001 | 1100011 | 110000 | 1000011 | 0 | 110100 | 111101 | 10000110 | 110010 | 11010 |
Color Harmonies of #216330
Complementary color
Monochromatic Colors of #216330
Black with #216330
Text Example
Text Example
White with #216330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216330; }
p { color: rgb(33,99,48); }
H1.HeaderClassName
{
color: #216330;
}
.AnyTagClassName
{
color: #216330;
}
</style>
background-color css
<style>
a { background-color: #216330; }
a { background-color: rgb(33,99,48); }
div.DivClassName
{
background-color: #216330;
}
.BgClassName
{
background-color: #216330;
}
</style>
border-color css
<style>
span { border-color: #216330; }
span { border-color: rgb(33,99,48); }
td.TdClassName
{
border-color: #216330;
}
.TagClassName
{
border-color: #216330;
}
</style>