Shades of Zuccini #20472D
Tints of Zuccini #20472D
RGB
CMYK
RGB Variations
Color information
#20472D (or 0x20472D) is known color: Zuccini. HEX triplet: 20, 47 and 2D. RGB value is (32,71,45). Sum of RGB (Red+Green+Blue) = 32+71+45=148 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.62% from 148); Green value is 71 (28.12% from 255 or 47.97% from 148); Blue value is 45 (17.97% from 255 or 30.41% from 148); Max value from RGB is 71 - color contains mainly: green. Hex color #20472D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20472D is #DFB8D2. Grayscale: #383838. Windows color (decimal): -14661843 or 2967328. OLE color: 2967328.
HSL color Cylindrical-coordinate representation of color #20472D: hue angle of 140º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #20472D is Cyan = 0.55, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 32 | 71 | 45 | - |
| CMYK | 0.55 | 0 | 0.37 | 0.72 |
| HSL | 140º | 0.38% | 0.2% | - |
| HSV(B) | 140º | 0.55% | 0.28% | - |
| XYZ | 3.32 | 5 | 3.27 | - |
| YUV | 56.38 | 121.58 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 71 | 45 | 0.55 | 0 | 0.37 | 0.72 | 140 | 0.38 | 0.2 |
| Hex | 20 | 47 | 2D | 37 | 0 | 25 | 48 | 8C | 26 | 14 |
| Octal | 40 | 107 | 55 | 67 | 0 | 45 | 110 | 214 | 46 | 24 |
| Binary | 100000 | 1000111 | 101101 | 110111 | 0 | 100101 | 1001000 | 10001100 | 100110 | 10100 |
Color Harmonies of #20472D
Complementary color
Monochromatic Colors of #20472D
Black with #20472D
Text Example
Text Example
White with #20472D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20472D; }
p { color: rgb(32,71,45); }
H1.HeaderClassName
{
color: #20472D;
}
.AnyTagClassName
{
color: #20472D;
}
</style>
background-color css
<style>
a { background-color: #20472D; }
a { background-color: rgb(32,71,45); }
div.DivClassName
{
background-color: #20472D;
}
.BgClassName
{
background-color: #20472D;
}
</style>
border-color css
<style>
span { border-color: #20472D; }
span { border-color: rgb(32,71,45); }
td.TdClassName
{
border-color: #20472D;
}
.TagClassName
{
border-color: #20472D;
}
</style>