Shades of Burnham #224536
Tints of Burnham #224536
RGB
CMYK
RGB Variations
Color information
#224536 (or 0x224536) is known color: Burnham. HEX triplet: 22, 45 and 36. RGB value is (34,69,54). Sum of RGB (Red+Green+Blue) = 34+69+54=157 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.66% from 157); Green value is 69 (27.34% from 255 or 43.95% from 157); Blue value is 54 (21.48% from 255 or 34.39% from 157); Max value from RGB is 69 - color contains mainly: green. Hex color #224536 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224536 is #DDBAC9. Grayscale: #383838. Windows color (decimal): -14531274 or 3556642. OLE color: 3556642.
HSL color Cylindrical-coordinate representation of color #224536: hue angle of 154.29º 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 #224536 is Cyan = 0.51, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 34 | 69 | 54 | - |
| CMYK | 0.51 | 0 | 0.22 | 0.73 |
| HSL | 154.29º | 0.34% | 0.2% | - |
| HSV(B) | 154.29º | 0.51% | 0.27% | - |
| XYZ | 3.45 | 4.86 | 4.25 | - |
| YUV | 56.83 | 126.4 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 69 | 54 | 0.51 | 0 | 0.22 | 0.73 | 154.29 | 0.34 | 0.2 |
| Hex | 22 | 45 | 36 | 33 | 0 | 16 | 49 | 9A | 22 | 14 |
| Octal | 42 | 105 | 66 | 63 | 0 | 26 | 111 | 232 | 42 | 24 |
| Binary | 100010 | 1000101 | 110110 | 110011 | 0 | 10110 | 1001001 | 10011010 | 100010 | 10100 |
Color Harmonies of #224536
Complementary color
Monochromatic Colors of #224536
Black with #224536
Text Example
Text Example
White with #224536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224536; }
p { color: rgb(34,69,54); }
H1.HeaderClassName
{
color: #224536;
}
.AnyTagClassName
{
color: #224536;
}
</style>
background-color css
<style>
a { background-color: #224536; }
a { background-color: rgb(34,69,54); }
div.DivClassName
{
background-color: #224536;
}
.BgClassName
{
background-color: #224536;
}
</style>
border-color css
<style>
span { border-color: #224536; }
span { border-color: rgb(34,69,54); }
td.TdClassName
{
border-color: #224536;
}
.TagClassName
{
border-color: #224536;
}
</style>