Shades of Bottle Green #224434
Tints of Bottle Green #224434
RGB
CMYK
RGB Variations
Color information
#224434 (or 0x224434) is known color: Bottle Green. HEX triplet: 22, 44 and 34. RGB value is (34,68,52). Sum of RGB (Red+Green+Blue) = 34+68+52=154 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.08% from 154); Green value is 68 (26.95% from 255 or 44.16% from 154); Blue value is 52 (20.70% from 255 or 33.77% from 154); Max value from RGB is 68 - color contains mainly: green. Hex color #224434 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224434 is #DDBBCB. Grayscale: #383838. Windows color (decimal): -14531532 or 3425314. OLE color: 3425314.
HSL color Cylindrical-coordinate representation of color #224434: hue angle of 151.76º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #224434 is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 34 | 68 | 52 | - |
| CMYK | 0.50 | 0 | 0.24 | 0.73 |
| HSL | 151.76º | 0.33% | 0.2% | - |
| HSV(B) | 151.76º | 0.5% | 0.27% | - |
| XYZ | 3.35 | 4.72 | 3.98 | - |
| YUV | 56.01 | 125.74 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 68 | 52 | 0.50 | 0 | 0.24 | 0.73 | 151.76 | 0.33 | 0.2 |
| Hex | 22 | 44 | 34 | 32 | 0 | 18 | 49 | 98 | 21 | 14 |
| Octal | 42 | 104 | 64 | 62 | 0 | 30 | 111 | 230 | 41 | 24 |
| Binary | 100010 | 1000100 | 110100 | 110010 | 0 | 11000 | 1001001 | 10011000 | 100001 | 10100 |
Color Harmonies of #224434
Complementary color
Monochromatic Colors of #224434
Black with #224434
Text Example
Text Example
White with #224434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224434; }
p { color: rgb(34,68,52); }
H1.HeaderClassName
{
color: #224434;
}
.AnyTagClassName
{
color: #224434;
}
</style>
background-color css
<style>
a { background-color: #224434; }
a { background-color: rgb(34,68,52); }
div.DivClassName
{
background-color: #224434;
}
.BgClassName
{
background-color: #224434;
}
</style>
border-color css
<style>
span { border-color: #224434; }
span { border-color: rgb(34,68,52); }
td.TdClassName
{
border-color: #224434;
}
.TagClassName
{
border-color: #224434;
}
</style>