Shades of Camarone #20853C
Tints of Camarone #20853C
RGB
CMYK
RGB Variations
Color information
#20853C (or 0x20853C) is known color: Camarone. HEX triplet: 20, 85 and 3C. RGB value is (32,133,60). Sum of RGB (Red+Green+Blue) = 32+133+60=225 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.22% from 225); Green value is 133 (52.34% from 255 or 59.11% from 225); Blue value is 60 (23.83% from 255 or 26.67% from 225); Max value from RGB is 133 - color contains mainly: green. Hex color #20853C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20853C is #DF7AC3. Grayscale: #5E5E5E. Windows color (decimal): -14645956 or 3966240. OLE color: 3966240.
HSL color Cylindrical-coordinate representation of color #20853C: hue angle of 136.63º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #20853C is Cyan = 0.76, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 133 | 60 | - |
| CMYK | 0.76 | 0 | 0.55 | 0.48 |
| HSL | 136.63º | 0.61% | 0.32% | - |
| HSV(B) | 136.63º | 0.76% | 0.52% | - |
| XYZ | 9.8 | 17.41 | 7.12 | - |
| YUV | 94.48 | 108.54 | 83.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 133 | 60 | 0.76 | 0 | 0.55 | 0.48 | 136.63 | 0.61 | 0.32 |
| Hex | 20 | 85 | 3C | 4C | 0 | 37 | 30 | 89 | 3D | 20 |
| Octal | 40 | 205 | 74 | 114 | 0 | 67 | 60 | 211 | 75 | 40 |
| Binary | 100000 | 10000101 | 111100 | 1001100 | 0 | 110111 | 110000 | 10001001 | 111101 | 100000 |
Color Harmonies of #20853C
Complementary color
Monochromatic Colors of #20853C
Black with #20853C
Text Example
Text Example
White with #20853C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20853C; }
p { color: rgb(32,133,60); }
H1.HeaderClassName
{
color: #20853C;
}
.AnyTagClassName
{
color: #20853C;
}
</style>
background-color css
<style>
a { background-color: #20853C; }
a { background-color: rgb(32,133,60); }
div.DivClassName
{
background-color: #20853C;
}
.BgClassName
{
background-color: #20853C;
}
</style>
border-color css
<style>
span { border-color: #20853C; }
span { border-color: rgb(32,133,60); }
td.TdClassName
{
border-color: #20853C;
}
.TagClassName
{
border-color: #20853C;
}
</style>