Html Css Color HEX #414236 Heavy Metal

📋 copy color: '#414236'

red 65 ◦ green 66 ◦ blue 54

#414236
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heavy Metal #414236

Tints of Heavy Metal #414236

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 value IS 0.02

 M value IS 0

 Y value IS 0.18

 K value IS 0.74

RGB Variations

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

Color information

#414236 (or 0x414236) is known color: 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

RGB 65 66 54 -
CMYK 0.02 0 0.18 0.74
HSL 65º 0.1% 0.24% -
HSV(B) 65º 0.18% 0.26% -
XYZ 4.79 5.29 4.26 -
YUV 64.33 122.17 128.48 -
System Red Green Blue C M Y K H S L
Decimal 65 66 54 0.02 0 0.18 0.74 65 0.1 0.24
Hex 41 42 36 2 0 12 4A 41 A 18
Octal 101 102 66 2 0 22 112 101 12 30
Binary 1000001 1000010 110110 10 0 10010 1001010 1000001 1010 11000

Color Harmonies of #414236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414236

Black with #414236

Text Example


Text Example

White with #414236

Text Example


Text Example

HTML Codes & Css Web 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>