Shades of Bottle Green #224D36
Tints of Bottle Green #224D36
RGB
CMYK
RGB Variations
Color information
#224D36 (or 0x224D36) is known color: Bottle Green. HEX triplet: 22, 4D and 36. RGB value is (34,77,54). Sum of RGB (Red+Green+Blue) = 34+77+54=165 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.61% from 165); Green value is 77 (30.47% from 255 or 46.67% from 165); Blue value is 54 (21.48% from 255 or 32.73% from 165); Max value from RGB is 77 - color contains mainly: green. Hex color #224D36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #224D36 is #DDB2C9. Grayscale: #3D3D3D. Windows color (decimal): -14529226 or 3558690. OLE color: 3558690.
HSL color Cylindrical-coordinate representation of color #224D36: hue angle of 147.91º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #224D36 is Cyan = 0.56, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 34 | 77 | 54 | - |
| CMYK | 0.56 | 0 | 0.30 | 0.70 |
| HSL | 147.91º | 0.39% | 0.22% | - |
| HSV(B) | 147.91º | 0.56% | 0.3% | - |
| XYZ | 3.98 | 5.91 | 4.42 | - |
| YUV | 61.52 | 123.75 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 77 | 54 | 0.56 | 0 | 0.30 | 0.70 | 147.91 | 0.39 | 0.22 |
| Hex | 22 | 4D | 36 | 38 | 0 | 1E | 46 | 94 | 27 | 16 |
| Octal | 42 | 115 | 66 | 70 | 0 | 36 | 106 | 224 | 47 | 26 |
| Binary | 100010 | 1001101 | 110110 | 111000 | 0 | 11110 | 1000110 | 10010100 | 100111 | 10110 |
Color Harmonies of #224D36
Complementary color
Monochromatic Colors of #224D36
Black with #224D36
Text Example
Text Example
White with #224D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224D36; }
p { color: rgb(34,77,54); }
H1.HeaderClassName
{
color: #224D36;
}
.AnyTagClassName
{
color: #224D36;
}
</style>
background-color css
<style>
a { background-color: #224D36; }
a { background-color: rgb(34,77,54); }
div.DivClassName
{
background-color: #224D36;
}
.BgClassName
{
background-color: #224D36;
}
</style>
border-color css
<style>
span { border-color: #224D36; }
span { border-color: rgb(34,77,54); }
td.TdClassName
{
border-color: #224D36;
}
.TagClassName
{
border-color: #224D36;
}
</style>