Shades of Camarone #208237
Tints of Camarone #208237
RGB
CMYK
RGB Variations
Color information
#208237 (or 0x208237) is known color: Camarone. HEX triplet: 20, 82 and 37. RGB value is (32,130,55). Sum of RGB (Red+Green+Blue) = 32+130+55=217 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.75% from 217); Green value is 130 (51.17% from 255 or 59.91% from 217); Blue value is 55 (21.88% from 255 or 25.35% from 217); Max value from RGB is 130 - color contains mainly: green. Hex color #208237 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208237 is #DF7DC8. Grayscale: #5C5C5C. Windows color (decimal): -14646729 or 3637792. OLE color: 3637792.
HSL color Cylindrical-coordinate representation of color #208237: hue angle of 134.08º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #208237 is Cyan = 0.75, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 130 | 55 | - |
| CMYK | 0.75 | 0 | 0.58 | 0.49 |
| HSL | 134.08º | 0.6% | 0.32% | - |
| HSV(B) | 134.08º | 0.75% | 0.51% | - |
| XYZ | 9.27 | 16.55 | 6.32 | - |
| YUV | 92.15 | 107.03 | 85.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 130 | 55 | 0.75 | 0 | 0.58 | 0.49 | 134.08 | 0.6 | 0.32 |
| Hex | 20 | 82 | 37 | 4B | 0 | 3A | 31 | 86 | 3C | 20 |
| Octal | 40 | 202 | 67 | 113 | 0 | 72 | 61 | 206 | 74 | 40 |
| Binary | 100000 | 10000010 | 110111 | 1001011 | 0 | 111010 | 110001 | 10000110 | 111100 | 100000 |
Color Harmonies of #208237
Complementary color
Monochromatic Colors of #208237
Black with #208237
Text Example
Text Example
White with #208237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208237; }
p { color: rgb(32,130,55); }
H1.HeaderClassName
{
color: #208237;
}
.AnyTagClassName
{
color: #208237;
}
</style>
background-color css
<style>
a { background-color: #208237; }
a { background-color: rgb(32,130,55); }
div.DivClassName
{
background-color: #208237;
}
.BgClassName
{
background-color: #208237;
}
</style>
border-color css
<style>
span { border-color: #208237; }
span { border-color: rgb(32,130,55); }
td.TdClassName
{
border-color: #208237;
}
.TagClassName
{
border-color: #208237;
}
</style>