Shades of Burnham #224938
Tints of Burnham #224938
RGB
CMYK
RGB Variations
Color information
#224938 (or 0x224938) is known color: Burnham. HEX triplet: 22, 49 and 38. RGB value is (34,73,56). Sum of RGB (Red+Green+Blue) = 34+73+56=163 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.86% from 163); Green value is 73 (28.91% from 255 or 44.79% from 163); Blue value is 56 (22.27% from 255 or 34.36% from 163); Max value from RGB is 73 - color contains mainly: green. Hex color #224938 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224938 is #DDB6C7. Grayscale: #3B3B3B. Windows color (decimal): -14530248 or 3688738. OLE color: 3688738.
HSL color Cylindrical-coordinate representation of color #224938: hue angle of 153.85º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #224938 is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 34 | 73 | 56 | - |
| CMYK | 0.53 | 0 | 0.23 | 0.71 |
| HSL | 153.85º | 0.36% | 0.21% | - |
| HSV(B) | 153.85º | 0.53% | 0.29% | - |
| XYZ | 3.76 | 5.39 | 4.58 | - |
| YUV | 59.4 | 126.08 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 73 | 56 | 0.53 | 0 | 0.23 | 0.71 | 153.85 | 0.36 | 0.21 |
| Hex | 22 | 49 | 38 | 35 | 0 | 17 | 47 | 9A | 24 | 15 |
| Octal | 42 | 111 | 70 | 65 | 0 | 27 | 107 | 232 | 44 | 25 |
| Binary | 100010 | 1001001 | 111000 | 110101 | 0 | 10111 | 1000111 | 10011010 | 100100 | 10101 |
Color Harmonies of #224938
Complementary color
Monochromatic Colors of #224938
Black with #224938
Text Example
Text Example
White with #224938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224938; }
p { color: rgb(34,73,56); }
H1.HeaderClassName
{
color: #224938;
}
.AnyTagClassName
{
color: #224938;
}
</style>
background-color css
<style>
a { background-color: #224938; }
a { background-color: rgb(34,73,56); }
div.DivClassName
{
background-color: #224938;
}
.BgClassName
{
background-color: #224938;
}
</style>
border-color css
<style>
span { border-color: #224938; }
span { border-color: rgb(34,73,56); }
td.TdClassName
{
border-color: #224938;
}
.TagClassName
{
border-color: #224938;
}
</style>