Shades of Bottle Green #224B37
Tints of Bottle Green #224B37
RGB
CMYK
RGB Variations
Color information
#224B37 (or 0x224B37) is known color: Bottle Green. HEX triplet: 22, 4B and 37. RGB value is (34,75,55). Sum of RGB (Red+Green+Blue) = 34+75+55=164 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.73% from 164); Green value is 75 (29.69% from 255 or 45.73% from 164); Blue value is 55 (21.88% from 255 or 33.54% from 164); Max value from RGB is 75 - color contains mainly: green. Hex color #224B37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224B37 is #DDB4C8. Grayscale: #3C3C3C. Windows color (decimal): -14529737 or 3623714. OLE color: 3623714.
HSL color Cylindrical-coordinate representation of color #224B37: hue angle of 150.73º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #224B37 is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 34 | 75 | 55 | - |
| CMYK | 0.55 | 0 | 0.27 | 0.71 |
| HSL | 150.73º | 0.38% | 0.21% | - |
| HSV(B) | 150.73º | 0.55% | 0.29% | - |
| XYZ | 3.87 | 5.65 | 4.5 | - |
| YUV | 60.46 | 124.92 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 75 | 55 | 0.55 | 0 | 0.27 | 0.71 | 150.73 | 0.38 | 0.21 |
| Hex | 22 | 4B | 37 | 37 | 0 | 1B | 47 | 97 | 26 | 15 |
| Octal | 42 | 113 | 67 | 67 | 0 | 33 | 107 | 227 | 46 | 25 |
| Binary | 100010 | 1001011 | 110111 | 110111 | 0 | 11011 | 1000111 | 10010111 | 100110 | 10101 |
Color Harmonies of #224B37
Complementary color
Monochromatic Colors of #224B37
Black with #224B37
Text Example
Text Example
White with #224B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224B37; }
p { color: rgb(34,75,55); }
H1.HeaderClassName
{
color: #224B37;
}
.AnyTagClassName
{
color: #224B37;
}
</style>
background-color css
<style>
a { background-color: #224B37; }
a { background-color: rgb(34,75,55); }
div.DivClassName
{
background-color: #224B37;
}
.BgClassName
{
background-color: #224B37;
}
</style>
border-color css
<style>
span { border-color: #224B37; }
span { border-color: rgb(34,75,55); }
td.TdClassName
{
border-color: #224B37;
}
.TagClassName
{
border-color: #224B37;
}
</style>