Html Css Color HEX #414B40 Grey-Asparagus

📋 copy color: '#414B40'

red 65 ◦ green 75 ◦ blue 64

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

Shades of Grey-Asparagus #414B40

Tints of Grey-Asparagus #414B40

RGB

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

 GREEN value IS 75 (29.69% from 255) = 36.76%

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

R = 31.86%
G = 36.76%
B = 31.37%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.15

 K value IS 0.71

RGB Variations

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

Color information

#414B40 (or 0x414B40) is known color: Grey-Asparagus. HEX triplet: 41, 4B and 40. RGB value is (65,75,64). Sum of RGB (Red+Green+Blue) = 65+75+64=204 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.86% from 204); Green value is 75 (29.69% from 255 or 36.76% from 204); Blue value is 64 (25.39% from 255 or 31.37% from 204); Max value from RGB is 75 - color contains mainly: green. Hex color #414B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414B40 is #BEB4BF. Grayscale: #464646. Windows color (decimal): -12498112 or 4213569. OLE color: 4213569.

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

Color convert

RGB 65 75 64 -
CMYK 0.13 0 0.15 0.71
HSL 114.55º 0.08% 0.27% -
HSV(B) 114.55º 0.15% 0.29% -
XYZ 5.62 6.53 5.81 -
YUV 70.76 124.19 123.89 -
System Red Green Blue C M Y K H S L
Decimal 65 75 64 0.13 0 0.15 0.71 114.55 0.08 0.27
Hex 41 4B 40 D 0 F 47 73 8 1B
Octal 101 113 100 15 0 17 107 163 10 33
Binary 1000001 1001011 1000000 1101 0 1111 1000111 1110011 1000 11011

Color Harmonies of #414B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414B40

Black with #414B40

Text Example


Text Example

White with #414B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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