Html Css Color HEX #406B3F Grey-Asparagus

📋 copy color: '#406B3F'

red 64 ◦ green 107 ◦ blue 63

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

Shades of Grey-Asparagus #406B3F

Tints of Grey-Asparagus #406B3F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 45.73%

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

R = 27.35%
G = 45.73%
B = 26.92%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.41

 K value IS 0.58

RGB Variations

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

Color information

#406B3F (or 0x406B3F) is known color: Grey-Asparagus. HEX triplet: 40, 6B and 3F. RGB value is (64,107,63). Sum of RGB (Red+Green+Blue) = 64+107+63=234 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.35% from 234); Green value is 107 (42.19% from 255 or 45.73% from 234); Blue value is 63 (25% from 255 or 26.92% from 234); Max value from RGB is 107 - color contains mainly: green. Hex color #406B3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406B3F is #BF94C0. Grayscale: #595959. Windows color (decimal): -12555457 or 4156224. OLE color: 4156224.

HSL color Cylindrical-coordinate representation of color #406B3F: hue angle of 118.64º degrees, saturation: 0.26, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #406B3F is Cyan = 0.40, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.58.

Color convert

RGB 64 107 63 -
CMYK 0.40 0 0.41 0.58
HSL 118.64º 0.26% 0.33% -
HSV(B) 118.64º 0.41% 0.42% -
XYZ 8.27 11.96 6.58 -
YUV 89.13 113.25 110.08 -
System Red Green Blue C M Y K H S L
Decimal 64 107 63 0.40 0 0.41 0.58 118.64 0.26 0.33
Hex 40 6B 3F 28 0 29 3A 77 1A 21
Octal 100 153 77 50 0 51 72 167 32 41
Binary 1000000 1101011 111111 101000 0 101001 111010 1110111 11010 100001

Color Harmonies of #406B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406B3F

Black with #406B3F

Text Example


Text Example

White with #406B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406B3F; }

 p { color: rgb(64,107,63); }

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

background-color css

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

 a { background-color: rgb(64,107,63); }

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

border-color css

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

 span { border-color: rgb(64,107,63); }

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