Html Css Color HEX #414F40 Grey-Asparagus

📋 copy color: '#414F40'

red 65 ◦ green 79 ◦ blue 64

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

Shades of Grey-Asparagus #414F40

Tints of Grey-Asparagus #414F40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 30.77%

R = 31.25%
G = 37.98%
B = 30.77%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#414F40 (or 0x414F40) is known color: Grey-Asparagus. HEX triplet: 41, 4F and 40. RGB value is (65,79,64). Sum of RGB (Red+Green+Blue) = 65+79+64=208 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.25% from 208); Green value is 79 (31.25% from 255 or 37.98% from 208); Blue value is 64 (25.39% from 255 or 30.77% from 208); Max value from RGB is 79 - color contains mainly: green. Hex color #414F40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #414F40 is #BEB0BF. Grayscale: #494949. Windows color (decimal): -12497088 or 4214593. OLE color: 4214593.

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

Color convert

RGB 65 79 64 -
CMYK 0.18 0 0.19 0.69
HSL 116º 0.1% 0.28% -
HSV(B) 116º 0.19% 0.31% -
XYZ 5.9 7.09 5.91 -
YUV 73.1 122.86 122.22 -
System Red Green Blue C M Y K H S L
Decimal 65 79 64 0.18 0 0.19 0.69 116 0.1 0.28
Hex 41 4F 40 12 0 13 45 74 A 1C
Octal 101 117 100 22 0 23 105 164 12 34
Binary 1000001 1001111 1000000 10010 0 10011 1000101 1110100 1010 11100

Color Harmonies of #414F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414F40

Black with #414F40

Text Example


Text Example

White with #414F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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