Html Css Color HEX #41423A Heavy Metal

📋 copy color: '#41423A'

red 65 ◦ green 66 ◦ blue 58

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

Shades of Heavy Metal #41423A

Tints of Heavy Metal #41423A

RGB

 RED value IS 65 (25.78% from 255) = 34.39%

 GREEN value IS 66 (26.17% from 255) = 34.92%

 BLUE value IS 58 (23.05% from 255) = 30.69%

R = 34.39%
G = 34.92%
B = 30.69%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.12

 K value IS 0.74

RGB Variations

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

Color information

#41423A (or 0x41423A) is known color: Heavy Metal. HEX triplet: 41, 42 and 3A. RGB value is (65,66,58). Sum of RGB (Red+Green+Blue) = 65+66+58=189 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.39% from 189); Green value is 66 (26.17% from 255 or 34.92% from 189); Blue value is 58 (23.05% from 255 or 30.69% from 189); Max value from RGB is 66 - color contains mainly: green. Hex color #41423A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41423A is #BEBDC5. Grayscale: #404040. Windows color (decimal): -12500422 or 3818049. OLE color: 3818049.

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

Color convert

RGB 65 66 58 -
CMYK 0.02 0 0.12 0.74
HSL 67.5º 0.06% 0.24% -
HSV(B) 67.5º 0.12% 0.26% -
XYZ 4.89 5.33 4.77 -
YUV 64.79 124.17 128.15 -
System Red Green Blue C M Y K H S L
Decimal 65 66 58 0.02 0 0.12 0.74 67.5 0.06 0.24
Hex 41 42 3A 2 0 C 4A 44 6 18
Octal 101 102 72 2 0 14 112 104 6 30
Binary 1000001 1000010 111010 10 0 1100 1001010 1000100 110 11000

Color Harmonies of #41423A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41423A

Black with #41423A

Text Example


Text Example

White with #41423A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41423A; }

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

 H1.HeaderClassName
 {
   color: #41423A;
 }
 .AnyTagClassName
 {
   color: #41423A;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #41423A;
 }
 .BgClassName
 {
   background-color: #41423A;
 }
</style>

border-color css

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

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

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