Shades of Burnham #224A3A
Tints of Burnham #224A3A
RGB
CMYK
RGB Variations
Color information
#224A3A (or 0x224A3A) is known color: Burnham. HEX triplet: 22, 4A and 3A. RGB value is (34,74,58). Sum of RGB (Red+Green+Blue) = 34+74+58=166 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.48% from 166); Green value is 74 (29.30% from 255 or 44.58% from 166); Blue value is 58 (23.05% from 255 or 34.94% from 166); Max value from RGB is 74 - color contains mainly: green. Hex color #224A3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224A3A is #DDB5C5. Grayscale: #3C3C3C. Windows color (decimal): -14529990 or 3820066. OLE color: 3820066.
HSL color Cylindrical-coordinate representation of color #224A3A: hue angle of 156º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #224A3A is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 34 | 74 | 58 | - |
| CMYK | 0.54 | 0 | 0.22 | 0.71 |
| HSL | 156º | 0.37% | 0.21% | - |
| HSV(B) | 156º | 0.54% | 0.29% | - |
| XYZ | 3.87 | 5.54 | 4.87 | - |
| YUV | 60.22 | 126.75 | 109.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 74 | 58 | 0.54 | 0 | 0.22 | 0.71 | 156 | 0.37 | 0.21 |
| Hex | 22 | 4A | 3A | 36 | 0 | 16 | 47 | 9C | 25 | 15 |
| Octal | 42 | 112 | 72 | 66 | 0 | 26 | 107 | 234 | 45 | 25 |
| Binary | 100010 | 1001010 | 111010 | 110110 | 0 | 10110 | 1000111 | 10011100 | 100101 | 10101 |
Color Harmonies of #224A3A
Complementary color
Monochromatic Colors of #224A3A
Black with #224A3A
Text Example
Text Example
White with #224A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224A3A; }
p { color: rgb(34,74,58); }
H1.HeaderClassName
{
color: #224A3A;
}
.AnyTagClassName
{
color: #224A3A;
}
</style>
background-color css
<style>
a { background-color: #224A3A; }
a { background-color: rgb(34,74,58); }
div.DivClassName
{
background-color: #224A3A;
}
.BgClassName
{
background-color: #224A3A;
}
</style>
border-color css
<style>
span { border-color: #224A3A; }
span { border-color: rgb(34,74,58); }
td.TdClassName
{
border-color: #224A3A;
}
.TagClassName
{
border-color: #224A3A;
}
</style>