#434435

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

Shades of Heavy Metal #434435

Tints of Heavy Metal #434435

Color information

#434435 (or 0x434435) is unknown color: approx Heavy Metal. HEX triplet: 43, 44 and 35. RGB value is (67,68,53). Sum of RGB (Red+Green+Blue) = 67+68+53=188 (24% of max value = 765). Red value is 67 (26.56% from 255 or 35.64% from 188); Green value is 68 (26.95% from 255 or 36.17% from 188); Blue value is 53 (21.09% from 255 or 28.19% from 188); Max value from RGB is 68 - color contains mainly: green. Hex color #434435 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434435 is #BCBBCA. Grayscale: #424242. Windows color (decimal): -12368843 or 3490883. OLE color: 3490883.

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

Color convert

RGB676853-
CMYK0.0100.220.73
HSL64º12.4%23.73%-
HSV(B)64º22.06%26.67%-
XYZ5.025.584.18-
YUV65.99120.67128.72-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 35.64%
GREEN value IS 68 (26.95% from 255) = 36.17%
BLUE value IS 53 (21.09% from 255) = 28.19%
R=35.64%
G=36.17%
B=28.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6768530.0100.220.736412.423.73
Hex43443510164940c18
Octal1031046510261111001430
Binary10000111000100110101101011010010011000000110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434435; }

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

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

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

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

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

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

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

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