#454836

Color #454836 Heavy Metal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heavy Metal #454836

Tints of Heavy Metal #454836

Color information

#454836 (or 0x454836) is unknown color: approx 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

RGB697254-
CMYK0.0400.250.72
HSL70º14.29%24.71%-
HSV(B)70º25%28.24%-
XYZ5.446.174.39-
YUV69.05119.51127.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 69 (27.34% from 255) = 35.38%
GREEN value IS 72 (28.52% from 255) = 36.92%
BLUE value IS 54 (21.48% from 255) = 27.69%
R=35.38%
G=36.92%
B=27.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6972540.0400.250.727014.2924.71
Hex45483640194846e19
Octal1051106640311101061631
Binary1000101100100011011010001100110010001000110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>