#434436

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

Shades of Heavy Metal #434436

Tints of Heavy Metal #434436

Color information

#434436 (or 0x434436) is unknown color: approx Heavy Metal. HEX triplet: 43, 44 and 36. RGB value is (67,68,54). Sum of RGB (Red+Green+Blue) = 67+68+54=189 (25% of max value = 765). Red value is 67 (26.56% from 255 or 35.45% from 189); Green value is 68 (26.95% from 255 or 35.98% from 189); Blue value is 54 (21.48% from 255 or 28.57% from 189); Max value from RGB is 68 - color contains mainly: green. Hex color #434436 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434436 is #BCBBC9. Grayscale: #424242. Windows color (decimal): -12368842 or 3556419. OLE color: 3556419.

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

Color convert

RGB676854-
CMYK0.0100.210.73
HSL64.29º11.48%23.92%-
HSV(B)64.29º20.59%26.67%-
XYZ5.055.594.3-
YUV66.1121.17128.64-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 35.45%
GREEN value IS 68 (26.95% from 255) = 35.98%
BLUE value IS 54 (21.48% from 255) = 28.57%
R=35.45%
G=35.98%
B=28.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6768540.0100.210.7364.2911.4823.92
Hex43443610154940b18
Octal1031046610251111001330
Binary10000111000100110110101010110010011000000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434436; }

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

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

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

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

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

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

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

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