Html Css Color HEX #414A41 Grey-Asparagus

📋 copy color: '#414A41'

red 65 ◦ green 74 ◦ blue 65

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

Shades of Grey-Asparagus #414A41

Tints of Grey-Asparagus #414A41

RGB

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

 GREEN value IS 74 (29.3% from 255) = 36.27%

 BLUE value IS 65 (25.78% from 255) = 31.86%

R = 31.86%
G = 36.27%
B = 31.86%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.12

 K value IS 0.71

RGB Variations

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

Color information

#414A41 (or 0x414A41) is known color: Grey-Asparagus. HEX triplet: 41, 4A and 41. RGB value is (65,74,65). Sum of RGB (Red+Green+Blue) = 65+74+65=204 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.86% from 204); Green value is 74 (29.30% from 255 or 36.27% from 204); Blue value is 65 (25.78% from 255 or 31.86% from 204); Max value from RGB is 74 - color contains mainly: green. Hex color #414A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414A41 is #BEB5BE. Grayscale: #464646. Windows color (decimal): -12498367 or 4278849. OLE color: 4278849.

HSL color Cylindrical-coordinate representation of color #414A41: hue angle of 120º degrees, saturation: 0.06, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #414A41 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.

Color convert

RGB 65 74 65 -
CMYK 0.12 0 0.12 0.71
HSL 120º 0.06% 0.27% -
HSV(B) 120º 0.12% 0.29% -
XYZ 5.58 6.4 5.94 -
YUV 70.28 125.02 124.23 -
System Red Green Blue C M Y K H S L
Decimal 65 74 65 0.12 0 0.12 0.71 120 0.06 0.27
Hex 41 4A 41 C 0 C 47 78 6 1B
Octal 101 112 101 14 0 14 107 170 6 33
Binary 1000001 1001010 1000001 1100 0 1100 1000111 1111000 110 11011

Color Harmonies of #414A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414A41

Black with #414A41

Text Example


Text Example

White with #414A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414A41; }

 p { color: rgb(65,74,65); }

 H1.HeaderClassName
 {
   color: #414A41;
 }
 .AnyTagClassName
 {
   color: #414A41;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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