Shades of Bottle Green #204733
Tints of Bottle Green #204733
RGB
CMYK
RGB Variations
Color information
#204733 (or 0x204733) is known color: Bottle Green. HEX triplet: 20, 47 and 33. RGB value is (32,71,51). Sum of RGB (Red+Green+Blue) = 32+71+51=154 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.78% from 154); Green value is 71 (28.12% from 255 or 46.10% from 154); Blue value is 51 (20.31% from 255 or 33.12% from 154); Max value from RGB is 71 - color contains mainly: green. Hex color #204733 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204733 is #DFB8CC. Grayscale: #393939. Windows color (decimal): -14661837 or 3360544. OLE color: 3360544.
HSL color Cylindrical-coordinate representation of color #204733: hue angle of 149.23º 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 #204733 is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 32 | 71 | 51 | - |
| CMYK | 0.55 | 0 | 0.28 | 0.72 |
| HSL | 149.23º | 0.38% | 0.2% | - |
| HSV(B) | 149.23º | 0.55% | 0.28% | - |
| XYZ | 3.45 | 5.05 | 3.93 | - |
| YUV | 57.06 | 124.58 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 71 | 51 | 0.55 | 0 | 0.28 | 0.72 | 149.23 | 0.38 | 0.2 |
| Hex | 20 | 47 | 33 | 37 | 0 | 1C | 48 | 95 | 26 | 14 |
| Octal | 40 | 107 | 63 | 67 | 0 | 34 | 110 | 225 | 46 | 24 |
| Binary | 100000 | 1000111 | 110011 | 110111 | 0 | 11100 | 1001000 | 10010101 | 100110 | 10100 |
Color Harmonies of #204733
Complementary color
Monochromatic Colors of #204733
Black with #204733
Text Example
Text Example
White with #204733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204733; }
p { color: rgb(32,71,51); }
H1.HeaderClassName
{
color: #204733;
}
.AnyTagClassName
{
color: #204733;
}
</style>
background-color css
<style>
a { background-color: #204733; }
a { background-color: rgb(32,71,51); }
div.DivClassName
{
background-color: #204733;
}
.BgClassName
{
background-color: #204733;
}
</style>
border-color css
<style>
span { border-color: #204733; }
span { border-color: rgb(32,71,51); }
td.TdClassName
{
border-color: #204733;
}
.TagClassName
{
border-color: #204733;
}
</style>