Shades of Camarone #20743F
Tints of Camarone #20743F
RGB
CMYK
RGB Variations
Color information
#20743F (or 0x20743F) is known color: Camarone. HEX triplet: 20, 74 and 3F. RGB value is (32,116,63). Sum of RGB (Red+Green+Blue) = 32+116+63=211 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.17% from 211); Green value is 116 (45.70% from 255 or 54.98% from 211); Blue value is 63 (25% from 255 or 29.86% from 211); Max value from RGB is 116 - color contains mainly: green. Hex color #20743F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20743F is #DF8BC0. Grayscale: #545454. Windows color (decimal): -14650305 or 4158496. OLE color: 4158496.
HSL color Cylindrical-coordinate representation of color #20743F: hue angle of 142.14º degrees, saturation: 0.57, 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 #20743F is Cyan = 0.72, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 116 | 63 | - |
| CMYK | 0.72 | 0 | 0.46 | 0.55 |
| HSL | 142.14º | 0.57% | 0.29% | - |
| HSV(B) | 142.14º | 0.72% | 0.45% | - |
| XYZ | 7.74 | 13.16 | 6.83 | - |
| YUV | 84.84 | 115.67 | 90.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 116 | 63 | 0.72 | 0 | 0.46 | 0.55 | 142.14 | 0.57 | 0.29 |
| Hex | 20 | 74 | 3F | 48 | 0 | 2E | 37 | 8E | 39 | 1D |
| Octal | 40 | 164 | 77 | 110 | 0 | 56 | 67 | 216 | 71 | 35 |
| Binary | 100000 | 1110100 | 111111 | 1001000 | 0 | 101110 | 110111 | 10001110 | 111001 | 11101 |
Color Harmonies of #20743F
Complementary color
Monochromatic Colors of #20743F
Black with #20743F
Text Example
Text Example
White with #20743F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20743F; }
p { color: rgb(32,116,63); }
H1.HeaderClassName
{
color: #20743F;
}
.AnyTagClassName
{
color: #20743F;
}
</style>
background-color css
<style>
a { background-color: #20743F; }
a { background-color: rgb(32,116,63); }
div.DivClassName
{
background-color: #20743F;
}
.BgClassName
{
background-color: #20743F;
}
</style>
border-color css
<style>
span { border-color: #20743F; }
span { border-color: rgb(32,116,63); }
td.TdClassName
{
border-color: #20743F;
}
.TagClassName
{
border-color: #20743F;
}
</style>