Html Css Color HEX #414F41 Grey-Asparagus

📋 copy color: '#414F41'

red 65 ◦ green 79 ◦ blue 65

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

Shades of Grey-Asparagus #414F41

Tints of Grey-Asparagus #414F41

RGB

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

 GREEN value IS 79 (31.25% from 255) = 37.8%

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

R = 31.1%
G = 37.8%
B = 31.1%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.18

 K value IS 0.69

RGB Variations

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

Color information

#414F41 (or 0x414F41) is known color: Grey-Asparagus. HEX triplet: 41, 4F and 41. RGB value is (65,79,65). Sum of RGB (Red+Green+Blue) = 65+79+65=209 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.10% from 209); Green value is 79 (31.25% from 255 or 37.80% from 209); Blue value is 65 (25.78% from 255 or 31.10% from 209); Max value from RGB is 79 - color contains mainly: green. Hex color #414F41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #414F41 is #BEB0BE. Grayscale: #494949. Windows color (decimal): -12497087 or 4280129. OLE color: 4280129.

HSL color Cylindrical-coordinate representation of color #414F41: hue angle of 120º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #414F41 is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.69.

Color convert

RGB 65 79 65 -
CMYK 0.18 0 0.18 0.69
HSL 120º 0.1% 0.28% -
HSV(B) 120º 0.18% 0.31% -
XYZ 5.93 7.1 6.06 -
YUV 73.22 123.36 122.14 -
System Red Green Blue C M Y K H S L
Decimal 65 79 65 0.18 0 0.18 0.69 120 0.1 0.28
Hex 41 4F 41 12 0 12 45 78 A 1C
Octal 101 117 101 22 0 22 105 170 12 34
Binary 1000001 1001111 1000001 10010 0 10010 1000101 1111000 1010 11100

Color Harmonies of #414F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414F41

Black with #414F41

Text Example


Text Example

White with #414F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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