Shades of Burnham #224537
Tints of Burnham #224537
RGB
CMYK
RGB Variations
Color information
#224537 (or 0x224537) is known color: Burnham. HEX triplet: 22, 45 and 37. RGB value is (34,69,55). Sum of RGB (Red+Green+Blue) = 34+69+55=158 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.52% from 158); Green value is 69 (27.34% from 255 or 43.67% from 158); Blue value is 55 (21.88% from 255 or 34.81% from 158); Max value from RGB is 69 - color contains mainly: green. Hex color #224537 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224537 is #DDBAC8. Grayscale: #383838. Windows color (decimal): -14531273 or 3622178. OLE color: 3622178.
HSL color Cylindrical-coordinate representation of color #224537: hue angle of 156º 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 #224537 is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 34 | 69 | 55 | - |
| CMYK | 0.51 | 0 | 0.20 | 0.73 |
| HSL | 156º | 0.34% | 0.2% | - |
| HSV(B) | 156º | 0.51% | 0.27% | - |
| XYZ | 3.48 | 4.87 | 4.37 | - |
| YUV | 56.94 | 126.9 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 69 | 55 | 0.51 | 0 | 0.20 | 0.73 | 156 | 0.34 | 0.2 |
| Hex | 22 | 45 | 37 | 33 | 0 | 14 | 49 | 9C | 22 | 14 |
| Octal | 42 | 105 | 67 | 63 | 0 | 24 | 111 | 234 | 42 | 24 |
| Binary | 100010 | 1000101 | 110111 | 110011 | 0 | 10100 | 1001001 | 10011100 | 100010 | 10100 |
Color Harmonies of #224537
Complementary color
Monochromatic Colors of #224537
Black with #224537
Text Example
Text Example
White with #224537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224537; }
p { color: rgb(34,69,55); }
H1.HeaderClassName
{
color: #224537;
}
.AnyTagClassName
{
color: #224537;
}
</style>
background-color css
<style>
a { background-color: #224537; }
a { background-color: rgb(34,69,55); }
div.DivClassName
{
background-color: #224537;
}
.BgClassName
{
background-color: #224537;
}
</style>
border-color css
<style>
span { border-color: #224537; }
span { border-color: rgb(34,69,55); }
td.TdClassName
{
border-color: #224537;
}
.TagClassName
{
border-color: #224537;
}
</style>