Shades of Camarone #206332
Tints of Camarone #206332
RGB
CMYK
RGB Variations
Color information
#206332 (or 0x206332) is known color: Camarone. HEX triplet: 20, 63 and 32. RGB value is (32,99,50). Sum of RGB (Red+Green+Blue) = 32+99+50=181 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.68% from 181); Green value is 99 (39.06% from 255 or 54.70% from 181); Blue value is 50 (19.92% from 255 or 27.62% from 181); Max value from RGB is 99 - color contains mainly: green. Hex color #206332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206332 is #DF9CCD. Grayscale: #494949. Windows color (decimal): -14654670 or 3302176. OLE color: 3302176.
HSL color Cylindrical-coordinate representation of color #206332: hue angle of 136.12º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #206332 is Cyan = 0.68, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 32 | 99 | 50 | - |
| CMYK | 0.68 | 0 | 0.49 | 0.61 |
| HSL | 136.12º | 0.51% | 0.26% | - |
| HSV(B) | 136.12º | 0.68% | 0.39% | - |
| XYZ | 5.63 | 9.46 | 4.55 | - |
| YUV | 73.38 | 114.8 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 99 | 50 | 0.68 | 0 | 0.49 | 0.61 | 136.12 | 0.51 | 0.26 |
| Hex | 20 | 63 | 32 | 44 | 0 | 31 | 3D | 88 | 33 | 1A |
| Octal | 40 | 143 | 62 | 104 | 0 | 61 | 75 | 210 | 63 | 32 |
| Binary | 100000 | 1100011 | 110010 | 1000100 | 0 | 110001 | 111101 | 10001000 | 110011 | 11010 |
Color Harmonies of #206332
Complementary color
Monochromatic Colors of #206332
Black with #206332
Text Example
Text Example
White with #206332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206332; }
p { color: rgb(32,99,50); }
H1.HeaderClassName
{
color: #206332;
}
.AnyTagClassName
{
color: #206332;
}
</style>
background-color css
<style>
a { background-color: #206332; }
a { background-color: rgb(32,99,50); }
div.DivClassName
{
background-color: #206332;
}
.BgClassName
{
background-color: #206332;
}
</style>
border-color css
<style>
span { border-color: #206332; }
span { border-color: rgb(32,99,50); }
td.TdClassName
{
border-color: #206332;
}
.TagClassName
{
border-color: #206332;
}
</style>