Shades of Bottle Green #204734
Tints of Bottle Green #204734
RGB
CMYK
RGB Variations
Color information
#204734 (or 0x204734) is known color: Bottle Green. HEX triplet: 20, 47 and 34. RGB value is (32,71,52). Sum of RGB (Red+Green+Blue) = 32+71+52=155 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.65% from 155); Green value is 71 (28.12% from 255 or 45.81% from 155); Blue value is 52 (20.70% from 255 or 33.55% from 155); Max value from RGB is 71 - color contains mainly: green. Hex color #204734 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204734 is #DFB8CB. Grayscale: #393939. Windows color (decimal): -14661836 or 3426080. OLE color: 3426080.
HSL color Cylindrical-coordinate representation of color #204734: hue angle of 150.77º 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 #204734 is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 32 | 71 | 52 | - |
| CMYK | 0.55 | 0 | 0.27 | 0.72 |
| HSL | 150.77º | 0.38% | 0.2% | - |
| HSV(B) | 150.77º | 0.55% | 0.28% | - |
| XYZ | 3.47 | 5.06 | 4.04 | - |
| YUV | 57.17 | 125.08 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 71 | 52 | 0.55 | 0 | 0.27 | 0.72 | 150.77 | 0.38 | 0.2 |
| Hex | 20 | 47 | 34 | 37 | 0 | 1B | 48 | 97 | 26 | 14 |
| Octal | 40 | 107 | 64 | 67 | 0 | 33 | 110 | 227 | 46 | 24 |
| Binary | 100000 | 1000111 | 110100 | 110111 | 0 | 11011 | 1001000 | 10010111 | 100110 | 10100 |
Color Harmonies of #204734
Complementary color
Monochromatic Colors of #204734
Black with #204734
Text Example
Text Example
White with #204734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204734; }
p { color: rgb(32,71,52); }
H1.HeaderClassName
{
color: #204734;
}
.AnyTagClassName
{
color: #204734;
}
</style>
background-color css
<style>
a { background-color: #204734; }
a { background-color: rgb(32,71,52); }
div.DivClassName
{
background-color: #204734;
}
.BgClassName
{
background-color: #204734;
}
</style>
border-color css
<style>
span { border-color: #204734; }
span { border-color: rgb(32,71,52); }
td.TdClassName
{
border-color: #204734;
}
.TagClassName
{
border-color: #204734;
}
</style>