Html Css Color HEX #416940 Grey-Asparagus

📋 copy color: '#416940'

red 65 ◦ green 105 ◦ blue 64

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

Shades of Grey-Asparagus #416940

Tints of Grey-Asparagus #416940

RGB

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

 GREEN value IS 105 (41.41% from 255) = 44.87%

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

R = 27.78%
G = 44.87%
B = 27.35%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#416940 (or 0x416940) is known color: Grey-Asparagus. HEX triplet: 41, 69 and 40. RGB value is (65,105,64). Sum of RGB (Red+Green+Blue) = 65+105+64=234 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.78% from 234); Green value is 105 (41.41% from 255 or 44.87% from 234); Blue value is 64 (25.39% from 255 or 27.35% from 234); Max value from RGB is 105 - color contains mainly: green. Hex color #416940 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416940 is #BE96BF. Grayscale: #585858. Windows color (decimal): -12490432 or 4221249. OLE color: 4221249.

HSL color Cylindrical-coordinate representation of color #416940: hue angle of 118.54º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #416940 is Cyan = 0.38, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB 65 105 64 -
CMYK 0.38 0 0.39 0.59
HSL 118.54º 0.24% 0.33% -
HSV(B) 118.54º 0.39% 0.41% -
XYZ 8.16 11.6 6.66 -
YUV 88.37 114.25 111.33 -
System Red Green Blue C M Y K H S L
Decimal 65 105 64 0.38 0 0.39 0.59 118.54 0.24 0.33
Hex 41 69 40 26 0 27 3B 77 18 21
Octal 101 151 100 46 0 47 73 167 30 41
Binary 1000001 1101001 1000000 100110 0 100111 111011 1110111 11000 100001

Color Harmonies of #416940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416940

Black with #416940

Text Example


Text Example

White with #416940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416940; }

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

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

background-color css

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

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

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

border-color css

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

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

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