Shades of Burnham #224C3B
Tints of Burnham #224C3B
RGB
CMYK
RGB Variations
Color information
#224C3B (or 0x224C3B) is known color: Burnham. HEX triplet: 22, 4C and 3B. RGB value is (34,76,59). Sum of RGB (Red+Green+Blue) = 34+76+59=169 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.12% from 169); Green value is 76 (30.08% from 255 or 44.97% from 169); Blue value is 59 (23.44% from 255 or 34.91% from 169); Max value from RGB is 76 - color contains mainly: green. Hex color #224C3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224C3B is #DDB3C4. Grayscale: #3D3D3D. Windows color (decimal): -14529477 or 3886114. OLE color: 3886114.
HSL color Cylindrical-coordinate representation of color #224C3B: hue angle of 155.71º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #224C3B is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 34 | 76 | 59 | - |
| CMYK | 0.55 | 0 | 0.22 | 0.70 |
| HSL | 155.71º | 0.38% | 0.22% | - |
| HSV(B) | 155.71º | 0.55% | 0.3% | - |
| XYZ | 4.03 | 5.82 | 5.05 | - |
| YUV | 61.5 | 126.59 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 76 | 59 | 0.55 | 0 | 0.22 | 0.70 | 155.71 | 0.38 | 0.22 |
| Hex | 22 | 4C | 3B | 37 | 0 | 16 | 46 | 9C | 26 | 16 |
| Octal | 42 | 114 | 73 | 67 | 0 | 26 | 106 | 234 | 46 | 26 |
| Binary | 100010 | 1001100 | 111011 | 110111 | 0 | 10110 | 1000110 | 10011100 | 100110 | 10110 |
Color Harmonies of #224C3B
Complementary color
Monochromatic Colors of #224C3B
Black with #224C3B
Text Example
Text Example
White with #224C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224C3B; }
p { color: rgb(34,76,59); }
H1.HeaderClassName
{
color: #224C3B;
}
.AnyTagClassName
{
color: #224C3B;
}
</style>
background-color css
<style>
a { background-color: #224C3B; }
a { background-color: rgb(34,76,59); }
div.DivClassName
{
background-color: #224C3B;
}
.BgClassName
{
background-color: #224C3B;
}
</style>
border-color css
<style>
span { border-color: #224C3B; }
span { border-color: rgb(34,76,59); }
td.TdClassName
{
border-color: #224C3B;
}
.TagClassName
{
border-color: #224C3B;
}
</style>