Shades of Burnham #224234
Tints of Burnham #224234
RGB
CMYK
RGB Variations
Color information
#224234 (or 0x224234) is known color: Burnham. HEX triplet: 22, 42 and 34. RGB value is (34,66,52). Sum of RGB (Red+Green+Blue) = 34+66+52=152 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.37% from 152); Green value is 66 (26.17% from 255 or 43.42% from 152); Blue value is 52 (20.70% from 255 or 34.21% from 152); Max value from RGB is 66 - color contains mainly: green. Hex color #224234 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224234 is #DDBDCB. Grayscale: #363636. Windows color (decimal): -14532044 or 3424802. OLE color: 3424802.
HSL color Cylindrical-coordinate representation of color #224234: hue angle of 153.75º degrees, saturation: 0.32, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #224234 is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 34 | 66 | 52 | - |
| CMYK | 0.48 | 0 | 0.21 | 0.74 |
| HSL | 153.75º | 0.32% | 0.2% | - |
| HSV(B) | 153.75º | 0.48% | 0.26% | - |
| XYZ | 3.23 | 4.48 | 3.94 | - |
| YUV | 54.84 | 126.4 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 66 | 52 | 0.48 | 0 | 0.21 | 0.74 | 153.75 | 0.32 | 0.2 |
| Hex | 22 | 42 | 34 | 30 | 0 | 15 | 4A | 9A | 20 | 14 |
| Octal | 42 | 102 | 64 | 60 | 0 | 25 | 112 | 232 | 40 | 24 |
| Binary | 100010 | 1000010 | 110100 | 110000 | 0 | 10101 | 1001010 | 10011010 | 100000 | 10100 |
Color Harmonies of #224234
Complementary color
Monochromatic Colors of #224234
Black with #224234
Text Example
Text Example
White with #224234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224234; }
p { color: rgb(34,66,52); }
H1.HeaderClassName
{
color: #224234;
}
.AnyTagClassName
{
color: #224234;
}
</style>
background-color css
<style>
a { background-color: #224234; }
a { background-color: rgb(34,66,52); }
div.DivClassName
{
background-color: #224234;
}
.BgClassName
{
background-color: #224234;
}
</style>
border-color css
<style>
span { border-color: #224234; }
span { border-color: rgb(34,66,52); }
td.TdClassName
{
border-color: #224234;
}
.TagClassName
{
border-color: #224234;
}
</style>