#454934

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

Shades of Heavy Metal #454934

Tints of Heavy Metal #454934

Color information

#454934 (or 0x454934) is unknown color: approx Heavy Metal. HEX triplet: 45, 49 and 34. RGB value is (69,73,52). Sum of RGB (Red+Green+Blue) = 69+73+52=194 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.57% from 194); Green value is 73 (28.91% from 255 or 37.63% from 194); Blue value is 52 (20.70% from 255 or 26.80% from 194); Max value from RGB is 73 - color contains mainly: green. Hex color #454934 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454934 is #BAB6CB. Grayscale: #454545. Windows color (decimal): -12236492 or 3426629. OLE color: 3426629.

HSL color Cylindrical-coordinate representation of color #454934: hue angle of 71.43º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #454934 is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.71.

Color convert

RGB697352-
CMYK0.0500.290.71
HSL71.43º16.8%24.51%-
HSV(B)71.43º28.77%28.63%-
XYZ5.466.284.17-
YUV69.41118.17127.71-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.57%
GREEN value IS 73 (28.91% from 255) = 37.63%
BLUE value IS 52 (20.70% from 255) = 26.80%
R=35.57%
G=37.63%
B=26.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6973520.0500.290.7171.4316.824.51
Hex454934501D47471119
Octal1051116450351071072131
Binary10001011001001110100101011101100011110001111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454934; }

 p { color: rgb(69,73,52); }

 H1.HeaderClassName
 {
   color: #454934;
 }
 .AnyTagClassName
 {
   color: #454934;
 }
</style>
background-color css

<style>
 a { background-color: #454934; }

 a { background-color: rgb(69,73,52); }

 div.DivClassName
 {
   background-color: #454934;
 }
 .BgClassName
 {
   background-color: #454934;
 }
</style>
border-color css

<style>
 span { border-color: #454934; }

 span { border-color: rgb(69,73,52); }

 td.TdClassName
 {
   border-color: #454934;
 }
 .TagClassName
 {
   border-color: #454934;
 }
</style>