Html Css Color HEX #414E3F Grey-Asparagus

📋 copy color: '#414E3F'

red 65 ◦ green 78 ◦ blue 63

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

Shades of Grey-Asparagus #414E3F

Tints of Grey-Asparagus #414E3F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 37.86%

 BLUE value IS 63 (25% from 255) = 30.58%

R = 31.55%
G = 37.86%
B = 30.58%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#414E3F (or 0x414E3F) is known color: Grey-Asparagus. HEX triplet: 41, 4E and 3F. RGB value is (65,78,63). Sum of RGB (Red+Green+Blue) = 65+78+63=206 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.55% from 206); Green value is 78 (30.86% from 255 or 37.86% from 206); Blue value is 63 (25% from 255 or 30.58% from 206); Max value from RGB is 78 - color contains mainly: green. Hex color #414E3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #414E3F is #BEB1C0. Grayscale: #484848. Windows color (decimal): -12497345 or 4148801. OLE color: 4148801.

HSL color Cylindrical-coordinate representation of color #414E3F: hue angle of 112º degrees, saturation: 0.11, 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 #414E3F is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB 65 78 63 -
CMYK 0.17 0 0.19 0.69
HSL 112º 0.11% 0.28% -
HSV(B) 112º 0.19% 0.31% -
XYZ 5.8 6.93 5.73 -
YUV 72.4 122.69 122.72 -
System Red Green Blue C M Y K H S L
Decimal 65 78 63 0.17 0 0.19 0.69 112 0.11 0.28
Hex 41 4E 3F 11 0 13 45 70 B 1C
Octal 101 116 77 21 0 23 105 160 13 34
Binary 1000001 1001110 111111 10001 0 10011 1000101 1110000 1011 11100

Color Harmonies of #414E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414E3F

Black with #414E3F

Text Example


Text Example

White with #414E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,78,63); }

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

background-color css

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

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

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

border-color css

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

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

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