#414236

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

Shades of Heavy Metal #414236

Tints of Heavy Metal #414236

Color information

#414236 (or 0x414236) is unknown color: approx Heavy Metal. HEX triplet: 41, 42 and 36. RGB value is (65,66,54). Sum of RGB (Red+Green+Blue) = 65+66+54=185 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.14% from 185); Green value is 66 (26.17% from 255 or 35.68% from 185); Blue value is 54 (21.48% from 255 or 29.19% from 185); Max value from RGB is 66 - color contains mainly: green. Hex color #414236 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414236 is #BEBDC9. Grayscale: #404040. Windows color (decimal): -12500426 or 3555905. OLE color: 3555905.

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

Color convert

RGB656654-
CMYK0.0200.180.74
HSL65º10%23.53%-
HSV(B)65º18.18%25.88%-
XYZ4.795.294.26-
YUV64.33122.17128.48-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.14%
GREEN value IS 66 (26.17% from 255) = 35.68%
BLUE value IS 54 (21.48% from 255) = 29.19%
R=35.14%
G=35.68%
B=29.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6566540.0200.180.74651023.53
Hex41423620124A41a18
Octal1011026620221121011230
Binary100000110000101101101001001010010101000001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414236; }

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

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

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

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

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

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

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

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