Shades of Everglade #224530
Tints of Everglade #224530
RGB
CMYK
RGB Variations
Color information
#224530 (or 0x224530) is known color: Everglade. HEX triplet: 22, 45 and 30. RGB value is (34,69,48). Sum of RGB (Red+Green+Blue) = 34+69+48=151 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.52% from 151); Green value is 69 (27.34% from 255 or 45.70% from 151); Blue value is 48 (19.14% from 255 or 31.79% from 151); Max value from RGB is 69 - color contains mainly: green. Hex color #224530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224530 is #DDBACF. Grayscale: #383838. Windows color (decimal): -14531280 or 3163426. OLE color: 3163426.
HSL color Cylindrical-coordinate representation of color #224530: hue angle of 144º degrees, saturation: 0.34, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #224530 is Cyan = 0.51, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 34 | 69 | 48 | - |
| CMYK | 0.51 | 0 | 0.30 | 0.73 |
| HSL | 144º | 0.34% | 0.2% | - |
| HSV(B) | 144º | 0.51% | 0.27% | - |
| XYZ | 3.32 | 4.81 | 3.55 | - |
| YUV | 56.14 | 123.4 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 69 | 48 | 0.51 | 0 | 0.30 | 0.73 | 144 | 0.34 | 0.2 |
| Hex | 22 | 45 | 30 | 33 | 0 | 1E | 49 | 90 | 22 | 14 |
| Octal | 42 | 105 | 60 | 63 | 0 | 36 | 111 | 220 | 42 | 24 |
| Binary | 100010 | 1000101 | 110000 | 110011 | 0 | 11110 | 1001001 | 10010000 | 100010 | 10100 |
Color Harmonies of #224530
Complementary color
Monochromatic Colors of #224530
Black with #224530
Text Example
Text Example
White with #224530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224530; }
p { color: rgb(34,69,48); }
H1.HeaderClassName
{
color: #224530;
}
.AnyTagClassName
{
color: #224530;
}
</style>
background-color css
<style>
a { background-color: #224530; }
a { background-color: rgb(34,69,48); }
div.DivClassName
{
background-color: #224530;
}
.BgClassName
{
background-color: #224530;
}
</style>
border-color css
<style>
span { border-color: #224530; }
span { border-color: rgb(34,69,48); }
td.TdClassName
{
border-color: #224530;
}
.TagClassName
{
border-color: #224530;
}
</style>