Shades of Camarone #20773B
Tints of Camarone #20773B
RGB
CMYK
RGB Variations
Color information
#20773B (or 0x20773B) is known color: Camarone. HEX triplet: 20, 77 and 3B. RGB value is (32,119,59). Sum of RGB (Red+Green+Blue) = 32+119+59=210 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.24% from 210); Green value is 119 (46.88% from 255 or 56.67% from 210); Blue value is 59 (23.44% from 255 or 28.10% from 210); Max value from RGB is 119 - color contains mainly: green. Hex color #20773B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20773B is #DF88C4. Grayscale: #565656. Windows color (decimal): -14649541 or 3897120. OLE color: 3897120.
HSL color Cylindrical-coordinate representation of color #20773B: hue angle of 138.62º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #20773B is Cyan = 0.73, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 119 | 59 | - |
| CMYK | 0.73 | 0 | 0.50 | 0.53 |
| HSL | 138.62º | 0.58% | 0.3% | - |
| HSV(B) | 138.62º | 0.73% | 0.47% | - |
| XYZ | 7.98 | 13.82 | 6.38 | - |
| YUV | 86.15 | 112.68 | 89.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 119 | 59 | 0.73 | 0 | 0.50 | 0.53 | 138.62 | 0.58 | 0.3 |
| Hex | 20 | 77 | 3B | 49 | 0 | 32 | 35 | 8B | 3A | 1E |
| Octal | 40 | 167 | 73 | 111 | 0 | 62 | 65 | 213 | 72 | 36 |
| Binary | 100000 | 1110111 | 111011 | 1001001 | 0 | 110010 | 110101 | 10001011 | 111010 | 11110 |
Color Harmonies of #20773B
Complementary color
Monochromatic Colors of #20773B
Black with #20773B
Text Example
Text Example
White with #20773B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20773B; }
p { color: rgb(32,119,59); }
H1.HeaderClassName
{
color: #20773B;
}
.AnyTagClassName
{
color: #20773B;
}
</style>
background-color css
<style>
a { background-color: #20773B; }
a { background-color: rgb(32,119,59); }
div.DivClassName
{
background-color: #20773B;
}
.BgClassName
{
background-color: #20773B;
}
</style>
border-color css
<style>
span { border-color: #20773B; }
span { border-color: rgb(32,119,59); }
td.TdClassName
{
border-color: #20773B;
}
.TagClassName
{
border-color: #20773B;
}
</style>