Shades of Camarone #20763A
Tints of Camarone #20763A
RGB
CMYK
RGB Variations
Color information
#20763A (or 0x20763A) is known color: Camarone. HEX triplet: 20, 76 and 3A. RGB value is (32,118,58). Sum of RGB (Red+Green+Blue) = 32+118+58=208 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.38% from 208); Green value is 118 (46.48% from 255 or 56.73% from 208); Blue value is 58 (23.05% from 255 or 27.88% from 208); Max value from RGB is 118 - color contains mainly: green. Hex color #20763A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20763A is #DF89C5. Grayscale: #555555. Windows color (decimal): -14649798 or 3831328. OLE color: 3831328.
HSL color Cylindrical-coordinate representation of color #20763A: hue angle of 138.14º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #20763A is Cyan = 0.73, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 32 | 118 | 58 | - |
| CMYK | 0.73 | 0 | 0.51 | 0.54 |
| HSL | 138.14º | 0.57% | 0.29% | - |
| HSV(B) | 138.14º | 0.73% | 0.46% | - |
| XYZ | 7.84 | 13.57 | 6.21 | - |
| YUV | 85.45 | 112.51 | 89.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 118 | 58 | 0.73 | 0 | 0.51 | 0.54 | 138.14 | 0.57 | 0.29 |
| Hex | 20 | 76 | 3A | 49 | 0 | 33 | 36 | 8A | 39 | 1D |
| Octal | 40 | 166 | 72 | 111 | 0 | 63 | 66 | 212 | 71 | 35 |
| Binary | 100000 | 1110110 | 111010 | 1001001 | 0 | 110011 | 110110 | 10001010 | 111001 | 11101 |
Color Harmonies of #20763A
Complementary color
Monochromatic Colors of #20763A
Black with #20763A
Text Example
Text Example
White with #20763A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20763A; }
p { color: rgb(32,118,58); }
H1.HeaderClassName
{
color: #20763A;
}
.AnyTagClassName
{
color: #20763A;
}
</style>
background-color css
<style>
a { background-color: #20763A; }
a { background-color: rgb(32,118,58); }
div.DivClassName
{
background-color: #20763A;
}
.BgClassName
{
background-color: #20763A;
}
</style>
border-color css
<style>
span { border-color: #20763A; }
span { border-color: rgb(32,118,58); }
td.TdClassName
{
border-color: #20763A;
}
.TagClassName
{
border-color: #20763A;
}
</style>