Shades of Camarone #20733B
Tints of Camarone #20733B
RGB
CMYK
RGB Variations
Color information
#20733B (or 0x20733B) is known color: Camarone. HEX triplet: 20, 73 and 3B. RGB value is (32,115,59). Sum of RGB (Red+Green+Blue) = 32+115+59=206 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.53% from 206); Green value is 115 (45.31% from 255 or 55.83% from 206); Blue value is 59 (23.44% from 255 or 28.64% from 206); Max value from RGB is 115 - color contains mainly: green. Hex color #20733B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20733B is #DF8CC4. Grayscale: #535353. Windows color (decimal): -14650565 or 3896096. OLE color: 3896096.
HSL color Cylindrical-coordinate representation of color #20733B: hue angle of 139.52º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #20733B is Cyan = 0.72, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 115 | 59 | - |
| CMYK | 0.72 | 0 | 0.49 | 0.55 |
| HSL | 139.52º | 0.56% | 0.29% | - |
| HSV(B) | 139.52º | 0.72% | 0.45% | - |
| XYZ | 7.52 | 12.88 | 6.23 | - |
| YUV | 83.8 | 114 | 91.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 115 | 59 | 0.72 | 0 | 0.49 | 0.55 | 139.52 | 0.56 | 0.29 |
| Hex | 20 | 73 | 3B | 48 | 0 | 31 | 37 | 8C | 38 | 1D |
| Octal | 40 | 163 | 73 | 110 | 0 | 61 | 67 | 214 | 70 | 35 |
| Binary | 100000 | 1110011 | 111011 | 1001000 | 0 | 110001 | 110111 | 10001100 | 111000 | 11101 |
Color Harmonies of #20733B
Complementary color
Monochromatic Colors of #20733B
Black with #20733B
Text Example
Text Example
White with #20733B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20733B; }
p { color: rgb(32,115,59); }
H1.HeaderClassName
{
color: #20733B;
}
.AnyTagClassName
{
color: #20733B;
}
</style>
background-color css
<style>
a { background-color: #20733B; }
a { background-color: rgb(32,115,59); }
div.DivClassName
{
background-color: #20733B;
}
.BgClassName
{
background-color: #20733B;
}
</style>
border-color css
<style>
span { border-color: #20733B; }
span { border-color: rgb(32,115,59); }
td.TdClassName
{
border-color: #20733B;
}
.TagClassName
{
border-color: #20733B;
}
</style>