Shades of Camarone #206E31
Tints of Camarone #206E31
RGB
CMYK
RGB Variations
Color information
#206E31 (or 0x206E31) is known color: Camarone. HEX triplet: 20, 6E and 31. RGB value is (32,110,49). Sum of RGB (Red+Green+Blue) = 32+110+49=191 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.75% from 191); Green value is 110 (43.36% from 255 or 57.59% from 191); Blue value is 49 (19.53% from 255 or 25.65% from 191); Max value from RGB is 110 - color contains mainly: green. Hex color #206E31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206E31 is #DF91CE. Grayscale: #4F4F4F. Windows color (decimal): -14651855 or 3239456. OLE color: 3239456.
HSL color Cylindrical-coordinate representation of color #206E31: hue angle of 133.08º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #206E31 is Cyan = 0.71, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 32 | 110 | 49 | - |
| CMYK | 0.71 | 0 | 0.55 | 0.57 |
| HSL | 133.08º | 0.55% | 0.28% | - |
| HSV(B) | 133.08º | 0.71% | 0.43% | - |
| XYZ | 6.73 | 11.68 | 4.81 | - |
| YUV | 79.72 | 110.66 | 93.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 110 | 49 | 0.71 | 0 | 0.55 | 0.57 | 133.08 | 0.55 | 0.28 |
| Hex | 20 | 6E | 31 | 47 | 0 | 37 | 39 | 85 | 37 | 1C |
| Octal | 40 | 156 | 61 | 107 | 0 | 67 | 71 | 205 | 67 | 34 |
| Binary | 100000 | 1101110 | 110001 | 1000111 | 0 | 110111 | 111001 | 10000101 | 110111 | 11100 |
Color Harmonies of #206E31
Complementary color
Monochromatic Colors of #206E31
Black with #206E31
Text Example
Text Example
White with #206E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206E31; }
p { color: rgb(32,110,49); }
H1.HeaderClassName
{
color: #206E31;
}
.AnyTagClassName
{
color: #206E31;
}
</style>
background-color css
<style>
a { background-color: #206E31; }
a { background-color: rgb(32,110,49); }
div.DivClassName
{
background-color: #206E31;
}
.BgClassName
{
background-color: #206E31;
}
</style>
border-color css
<style>
span { border-color: #206E31; }
span { border-color: rgb(32,110,49); }
td.TdClassName
{
border-color: #206E31;
}
.TagClassName
{
border-color: #206E31;
}
</style>