Shades of Burnham #214636
Tints of Burnham #214636
RGB
CMYK
RGB Variations
Color information
#214636 (or 0x214636) is known color: Burnham. HEX triplet: 21, 46 and 36. RGB value is (33,70,54). Sum of RGB (Red+Green+Blue) = 33+70+54=157 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.02% from 157); Green value is 70 (27.73% from 255 or 44.59% from 157); Blue value is 54 (21.48% from 255 or 34.39% from 157); Max value from RGB is 70 - color contains mainly: green. Hex color #214636 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214636 is #DEB9C9. Grayscale: #393939. Windows color (decimal): -14596554 or 3556897. OLE color: 3556897.
HSL color Cylindrical-coordinate representation of color #214636: hue angle of 154.05º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #214636 is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 33 | 70 | 54 | - |
| CMYK | 0.53 | 0 | 0.23 | 0.73 |
| HSL | 154.05º | 0.36% | 0.2% | - |
| HSV(B) | 154.05º | 0.53% | 0.27% | - |
| XYZ | 3.48 | 4.97 | 4.27 | - |
| YUV | 57.11 | 126.24 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 70 | 54 | 0.53 | 0 | 0.23 | 0.73 | 154.05 | 0.36 | 0.2 |
| Hex | 21 | 46 | 36 | 35 | 0 | 17 | 49 | 9A | 24 | 14 |
| Octal | 41 | 106 | 66 | 65 | 0 | 27 | 111 | 232 | 44 | 24 |
| Binary | 100001 | 1000110 | 110110 | 110101 | 0 | 10111 | 1001001 | 10011010 | 100100 | 10100 |
Color Harmonies of #214636
Complementary color
Monochromatic Colors of #214636
Black with #214636
Text Example
Text Example
White with #214636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214636; }
p { color: rgb(33,70,54); }
H1.HeaderClassName
{
color: #214636;
}
.AnyTagClassName
{
color: #214636;
}
</style>
background-color css
<style>
a { background-color: #214636; }
a { background-color: rgb(33,70,54); }
div.DivClassName
{
background-color: #214636;
}
.BgClassName
{
background-color: #214636;
}
</style>
border-color css
<style>
span { border-color: #214636; }
span { border-color: rgb(33,70,54); }
td.TdClassName
{
border-color: #214636;
}
.TagClassName
{
border-color: #214636;
}
</style>