Shades of Camarone #20833D
Tints of Camarone #20833D
RGB
CMYK
RGB Variations
Color information
#20833D (or 0x20833D) is known color: Camarone. HEX triplet: 20, 83 and 3D. RGB value is (32,131,61). Sum of RGB (Red+Green+Blue) = 32+131+61=224 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.29% from 224); Green value is 131 (51.56% from 255 or 58.48% from 224); Blue value is 61 (24.22% from 255 or 27.23% from 224); Max value from RGB is 131 - color contains mainly: green. Hex color #20833D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20833D is #DF7CC2. Grayscale: #5D5D5D. Windows color (decimal): -14646467 or 4031264. OLE color: 4031264.
HSL color Cylindrical-coordinate representation of color #20833D: hue angle of 137.58º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #20833D is Cyan = 0.76, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 131 | 61 | - |
| CMYK | 0.76 | 0 | 0.53 | 0.49 |
| HSL | 137.58º | 0.61% | 0.32% | - |
| HSV(B) | 137.58º | 0.76% | 0.51% | - |
| XYZ | 9.55 | 16.88 | 7.17 | - |
| YUV | 93.42 | 109.7 | 84.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 131 | 61 | 0.76 | 0 | 0.53 | 0.49 | 137.58 | 0.61 | 0.32 |
| Hex | 20 | 83 | 3D | 4C | 0 | 35 | 31 | 8A | 3D | 20 |
| Octal | 40 | 203 | 75 | 114 | 0 | 65 | 61 | 212 | 75 | 40 |
| Binary | 100000 | 10000011 | 111101 | 1001100 | 0 | 110101 | 110001 | 10001010 | 111101 | 100000 |
Color Harmonies of #20833D
Complementary color
Monochromatic Colors of #20833D
Black with #20833D
Text Example
Text Example
White with #20833D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20833D; }
p { color: rgb(32,131,61); }
H1.HeaderClassName
{
color: #20833D;
}
.AnyTagClassName
{
color: #20833D;
}
</style>
background-color css
<style>
a { background-color: #20833D; }
a { background-color: rgb(32,131,61); }
div.DivClassName
{
background-color: #20833D;
}
.BgClassName
{
background-color: #20833D;
}
</style>
border-color css
<style>
span { border-color: #20833D; }
span { border-color: rgb(32,131,61); }
td.TdClassName
{
border-color: #20833D;
}
.TagClassName
{
border-color: #20833D;
}
</style>