#424336

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

Shades of Heavy Metal #424336

Tints of Heavy Metal #424336

Color information

#424336 (or 0x424336) is unknown color: approx Heavy Metal. HEX triplet: 42, 43 and 36. RGB value is (66,67,54). Sum of RGB (Red+Green+Blue) = 66+67+54=187 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.29% from 187); Green value is 67 (26.56% from 255 or 35.83% from 187); Blue value is 54 (21.48% from 255 or 28.88% from 187); Max value from RGB is 67 - color contains mainly: green. Hex color #424336 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424336 is #BDBCC9. Grayscale: #414141. Windows color (decimal): -12434634 or 3556162. OLE color: 3556162.

HSL color Cylindrical-coordinate representation of color #424336: hue angle of 64.62º degrees, saturation: 0.11, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #424336 is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.74.

Color convert

RGB666754-
CMYK0.0100.190.74
HSL64.62º10.74%23.73%-
HSV(B)64.62º19.4%26.27%-
XYZ4.925.444.28-
YUV65.22121.67128.56-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.29%
GREEN value IS 67 (26.56% from 255) = 35.83%
BLUE value IS 54 (21.48% from 255) = 28.88%
R=35.29%
G=35.83%
B=28.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6667540.0100.190.7464.6210.7423.73
Hex42433610134A41b18
Octal1021036610231121011330
Binary10000101000011110110101001110010101000001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424336; }

 p { color: rgb(66,67,54); }

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

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

 a { background-color: rgb(66,67,54); }

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

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

 span { border-color: rgb(66,67,54); }

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