Html Css Color HEX #414F3E Grey-Asparagus

📋 copy color: '#414F3E'

red 65 ◦ green 79 ◦ blue 62

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

Shades of Grey-Asparagus #414F3E

Tints of Grey-Asparagus #414F3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 30.1%

R = 31.55%
G = 38.35%
B = 30.1%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.22

 K value IS 0.69

RGB Variations

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

Color information

#414F3E (or 0x414F3E) is known color: Grey-Asparagus. HEX triplet: 41, 4F and 3E. RGB value is (65,79,62). Sum of RGB (Red+Green+Blue) = 65+79+62=206 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.55% from 206); Green value is 79 (31.25% from 255 or 38.35% from 206); Blue value is 62 (24.61% from 255 or 30.10% from 206); Max value from RGB is 79 - color contains mainly: green. Hex color #414F3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #414F3E is #BEB0C1. Grayscale: #484848. Windows color (decimal): -12497090 or 4083521. OLE color: 4083521.

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

Color convert

RGB 65 79 62 -
CMYK 0.18 0 0.22 0.69
HSL 109.41º 0.12% 0.28% -
HSV(B) 109.41º 0.22% 0.31% -
XYZ 5.85 7.06 5.61 -
YUV 72.88 121.86 122.38 -
System Red Green Blue C M Y K H S L
Decimal 65 79 62 0.18 0 0.22 0.69 109.41 0.12 0.28
Hex 41 4F 3E 12 0 16 45 6D C 1C
Octal 101 117 76 22 0 26 105 155 14 34
Binary 1000001 1001111 111110 10010 0 10110 1000101 1101101 1100 11100

Color Harmonies of #414F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414F3E

Black with #414F3E

Text Example


Text Example

White with #414F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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