Shades of Camarone #20803E
Tints of Camarone #20803E
RGB
CMYK
RGB Variations
Color information
#20803E (or 0x20803E) is known color: Camarone. HEX triplet: 20, 80 and 3E. RGB value is (32,128,62). Sum of RGB (Red+Green+Blue) = 32+128+62=222 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.41% from 222); Green value is 128 (50.39% from 255 or 57.66% from 222); Blue value is 62 (24.61% from 255 or 27.93% from 222); Max value from RGB is 128 - color contains mainly: green. Hex color #20803E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20803E is #DF7FC1. Grayscale: #5B5B5B. Windows color (decimal): -14647234 or 4096032. OLE color: 4096032.
HSL color Cylindrical-coordinate representation of color #20803E: hue angle of 138.75º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #20803E is Cyan = 0.75, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 32 | 128 | 62 | - |
| CMYK | 0.75 | 0 | 0.52 | 0.50 |
| HSL | 138.75º | 0.6% | 0.31% | - |
| HSV(B) | 138.75º | 0.75% | 0.5% | - |
| XYZ | 9.18 | 16.09 | 7.18 | - |
| YUV | 91.77 | 111.2 | 85.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 128 | 62 | 0.75 | 0 | 0.52 | 0.50 | 138.75 | 0.6 | 0.31 |
| Hex | 20 | 80 | 3E | 4B | 0 | 34 | 32 | 8B | 3C | 1F |
| Octal | 40 | 200 | 76 | 113 | 0 | 64 | 62 | 213 | 74 | 37 |
| Binary | 100000 | 10000000 | 111110 | 1001011 | 0 | 110100 | 110010 | 10001011 | 111100 | 11111 |
Color Harmonies of #20803E
Complementary color
Monochromatic Colors of #20803E
Black with #20803E
Text Example
Text Example
White with #20803E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20803E; }
p { color: rgb(32,128,62); }
H1.HeaderClassName
{
color: #20803E;
}
.AnyTagClassName
{
color: #20803E;
}
</style>
background-color css
<style>
a { background-color: #20803E; }
a { background-color: rgb(32,128,62); }
div.DivClassName
{
background-color: #20803E;
}
.BgClassName
{
background-color: #20803E;
}
</style>
border-color css
<style>
span { border-color: #20803E; }
span { border-color: rgb(32,128,62); }
td.TdClassName
{
border-color: #20803E;
}
.TagClassName
{
border-color: #20803E;
}
</style>