Shades of Burnham #214938
Tints of Burnham #214938
RGB
CMYK
RGB Variations
Color information
#214938 (or 0x214938) is known color: Burnham. HEX triplet: 21, 49 and 38. RGB value is (33,73,56). Sum of RGB (Red+Green+Blue) = 33+73+56=162 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.37% from 162); Green value is 73 (28.91% from 255 or 45.06% from 162); Blue value is 56 (22.27% from 255 or 34.57% from 162); Max value from RGB is 73 - color contains mainly: green. Hex color #214938 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214938 is #DEB6C7. Grayscale: #3B3B3B. Windows color (decimal): -14595784 or 3688737. OLE color: 3688737.
HSL color Cylindrical-coordinate representation of color #214938: hue angle of 154.5º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #214938 is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 33 | 73 | 56 | - |
| CMYK | 0.55 | 0 | 0.23 | 0.71 |
| HSL | 154.5º | 0.38% | 0.21% | - |
| HSV(B) | 154.5º | 0.55% | 0.29% | - |
| XYZ | 3.72 | 5.37 | 4.58 | - |
| YUV | 59.1 | 126.25 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 73 | 56 | 0.55 | 0 | 0.23 | 0.71 | 154.5 | 0.38 | 0.21 |
| Hex | 21 | 49 | 38 | 37 | 0 | 17 | 47 | 9A | 26 | 15 |
| Octal | 41 | 111 | 70 | 67 | 0 | 27 | 107 | 232 | 46 | 25 |
| Binary | 100001 | 1001001 | 111000 | 110111 | 0 | 10111 | 1000111 | 10011010 | 100110 | 10101 |
Color Harmonies of #214938
Complementary color
Monochromatic Colors of #214938
Black with #214938
Text Example
Text Example
White with #214938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214938; }
p { color: rgb(33,73,56); }
H1.HeaderClassName
{
color: #214938;
}
.AnyTagClassName
{
color: #214938;
}
</style>
background-color css
<style>
a { background-color: #214938; }
a { background-color: rgb(33,73,56); }
div.DivClassName
{
background-color: #214938;
}
.BgClassName
{
background-color: #214938;
}
</style>
border-color css
<style>
span { border-color: #214938; }
span { border-color: rgb(33,73,56); }
td.TdClassName
{
border-color: #214938;
}
.TagClassName
{
border-color: #214938;
}
</style>