Html Css Color HEX #416A40 Grey-Asparagus

📋 copy color: '#416A40'

red 65 ◦ green 106 ◦ blue 64

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

Shades of Grey-Asparagus #416A40

Tints of Grey-Asparagus #416A40

RGB

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

 GREEN value IS 106 (41.8% from 255) = 45.11%

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

R = 27.66%
G = 45.11%
B = 27.23%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.40

 K value IS 0.58

RGB Variations

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

Color information

#416A40 (or 0x416A40) is known color: Grey-Asparagus. HEX triplet: 41, 6A and 40. RGB value is (65,106,64). Sum of RGB (Red+Green+Blue) = 65+106+64=235 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.66% from 235); Green value is 106 (41.80% from 255 or 45.11% from 235); Blue value is 64 (25.39% from 255 or 27.23% from 235); Max value from RGB is 106 - color contains mainly: green. Hex color #416A40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416A40 is #BE95BF. Grayscale: #595959. Windows color (decimal): -12490176 or 4221505. OLE color: 4221505.

HSL color Cylindrical-coordinate representation of color #416A40: hue angle of 118.57º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #416A40 is Cyan = 0.39, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.58.

Color convert

RGB 65 106 64 -
CMYK 0.39 0 0.40 0.58
HSL 118.57º 0.25% 0.33% -
HSV(B) 118.57º 0.4% 0.42% -
XYZ 8.26 11.8 6.69 -
YUV 88.95 113.92 110.92 -
System Red Green Blue C M Y K H S L
Decimal 65 106 64 0.39 0 0.40 0.58 118.57 0.25 0.33
Hex 41 6A 40 27 0 28 3A 77 19 21
Octal 101 152 100 47 0 50 72 167 31 41
Binary 1000001 1101010 1000000 100111 0 101000 111010 1110111 11001 100001

Color Harmonies of #416A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416A40

Black with #416A40

Text Example


Text Example

White with #416A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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