Shades of Burnham #214837
Tints of Burnham #214837
RGB
CMYK
RGB Variations
Color information
#214837 (or 0x214837) is known color: Burnham. HEX triplet: 21, 48 and 37. RGB value is (33,72,55). Sum of RGB (Red+Green+Blue) = 33+72+55=160 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.62% from 160); Green value is 72 (28.52% from 255 or 45% from 160); Blue value is 55 (21.88% from 255 or 34.38% from 160); Max value from RGB is 72 - color contains mainly: green. Hex color #214837 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214837 is #DEB7C8. Grayscale: #3A3A3A. Windows color (decimal): -14596041 or 3622945. OLE color: 3622945.
HSL color Cylindrical-coordinate representation of color #214837: hue angle of 153.85º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #214837 is Cyan = 0.54, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 33 | 72 | 55 | - |
| CMYK | 0.54 | 0 | 0.24 | 0.72 |
| HSL | 153.85º | 0.37% | 0.21% | - |
| HSV(B) | 153.85º | 0.54% | 0.28% | - |
| XYZ | 3.63 | 5.23 | 4.43 | - |
| YUV | 58.4 | 126.08 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 72 | 55 | 0.54 | 0 | 0.24 | 0.72 | 153.85 | 0.37 | 0.21 |
| Hex | 21 | 48 | 37 | 36 | 0 | 18 | 48 | 9A | 25 | 15 |
| Octal | 41 | 110 | 67 | 66 | 0 | 30 | 110 | 232 | 45 | 25 |
| Binary | 100001 | 1001000 | 110111 | 110110 | 0 | 11000 | 1001000 | 10011010 | 100101 | 10101 |
Color Harmonies of #214837
Complementary color
Monochromatic Colors of #214837
Black with #214837
Text Example
Text Example
White with #214837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214837; }
p { color: rgb(33,72,55); }
H1.HeaderClassName
{
color: #214837;
}
.AnyTagClassName
{
color: #214837;
}
</style>
background-color css
<style>
a { background-color: #214837; }
a { background-color: rgb(33,72,55); }
div.DivClassName
{
background-color: #214837;
}
.BgClassName
{
background-color: #214837;
}
</style>
border-color css
<style>
span { border-color: #214837; }
span { border-color: rgb(33,72,55); }
td.TdClassName
{
border-color: #214837;
}
.TagClassName
{
border-color: #214837;
}
</style>