Shades of Heavy Metal #454836
Tints of Heavy Metal #454836
RGB
CMYK
RGB Variations
Color information
#454836 (or 0x454836) is known color: Heavy Metal. HEX triplet: 45, 48 and 36. RGB value is (69,72,54). Sum of RGB (Red+Green+Blue) = 69+72+54=195 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.38% from 195); Green value is 72 (28.52% from 255 or 36.92% from 195); Blue value is 54 (21.48% from 255 or 27.69% from 195); Max value from RGB is 72 - color contains mainly: green. Hex color #454836 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454836 is #BAB7C9. Grayscale: #454545. Windows color (decimal): -12236746 or 3557445. OLE color: 3557445.
HSL color Cylindrical-coordinate representation of color #454836: hue angle of 70º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #454836 is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 69 | 72 | 54 | - |
| CMYK | 0.04 | 0 | 0.25 | 0.72 |
| HSL | 70º | 0.14% | 0.25% | - |
| HSV(B) | 70º | 0.25% | 0.28% | - |
| XYZ | 5.44 | 6.17 | 4.39 | - |
| YUV | 69.05 | 119.51 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 72 | 54 | 0.04 | 0 | 0.25 | 0.72 | 70 | 0.14 | 0.25 |
| Hex | 45 | 48 | 36 | 4 | 0 | 19 | 48 | 46 | E | 19 |
| Octal | 105 | 110 | 66 | 4 | 0 | 31 | 110 | 106 | 16 | 31 |
| Binary | 1000101 | 1001000 | 110110 | 100 | 0 | 11001 | 1001000 | 1000110 | 1110 | 11001 |
Color Harmonies of #454836
Complementary color
Monochromatic Colors of #454836
Black with #454836
Text Example
Text Example
White with #454836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454836; }
p { color: rgb(69,72,54); }
H1.HeaderClassName
{
color: #454836;
}
.AnyTagClassName
{
color: #454836;
}
</style>
background-color css
<style>
a { background-color: #454836; }
a { background-color: rgb(69,72,54); }
div.DivClassName
{
background-color: #454836;
}
.BgClassName
{
background-color: #454836;
}
</style>
border-color css
<style>
span { border-color: #454836; }
span { border-color: rgb(69,72,54); }
td.TdClassName
{
border-color: #454836;
}
.TagClassName
{
border-color: #454836;
}
</style>