Shades of Camarone #206A37
Tints of Camarone #206A37
RGB
CMYK
RGB Variations
Color information
#206A37 (or 0x206A37) is known color: Camarone. HEX triplet: 20, 6A and 37. RGB value is (32,106,55). Sum of RGB (Red+Green+Blue) = 32+106+55=193 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.58% from 193); Green value is 106 (41.80% from 255 or 54.92% from 193); Blue value is 55 (21.88% from 255 or 28.50% from 193); Max value from RGB is 106 - color contains mainly: green. Hex color #206A37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206A37 is #DF95C8. Grayscale: #4E4E4E. Windows color (decimal): -14652873 or 3631648. OLE color: 3631648.
HSL color Cylindrical-coordinate representation of color #206A37: hue angle of 138.65º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #206A37 is Cyan = 0.70, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 32 | 106 | 55 | - |
| CMYK | 0.70 | 0 | 0.48 | 0.58 |
| HSL | 138.65º | 0.54% | 0.27% | - |
| HSV(B) | 138.65º | 0.7% | 0.42% | - |
| XYZ | 6.44 | 10.89 | 5.38 | - |
| YUV | 78.06 | 114.98 | 95.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 106 | 55 | 0.70 | 0 | 0.48 | 0.58 | 138.65 | 0.54 | 0.27 |
| Hex | 20 | 6A | 37 | 46 | 0 | 30 | 3A | 8B | 36 | 1B |
| Octal | 40 | 152 | 67 | 106 | 0 | 60 | 72 | 213 | 66 | 33 |
| Binary | 100000 | 1101010 | 110111 | 1000110 | 0 | 110000 | 111010 | 10001011 | 110110 | 11011 |
Color Harmonies of #206A37
Complementary color
Monochromatic Colors of #206A37
Black with #206A37
Text Example
Text Example
White with #206A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206A37; }
p { color: rgb(32,106,55); }
H1.HeaderClassName
{
color: #206A37;
}
.AnyTagClassName
{
color: #206A37;
}
</style>
background-color css
<style>
a { background-color: #206A37; }
a { background-color: rgb(32,106,55); }
div.DivClassName
{
background-color: #206A37;
}
.BgClassName
{
background-color: #206A37;
}
</style>
border-color css
<style>
span { border-color: #206A37; }
span { border-color: rgb(32,106,55); }
td.TdClassName
{
border-color: #206A37;
}
.TagClassName
{
border-color: #206A37;
}
</style>