Html Css Color HEX #406642 Grey-Asparagus

📋 copy color: '#406642'

red 64 ◦ green 102 ◦ blue 66

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

Shades of Grey-Asparagus #406642

Tints of Grey-Asparagus #406642

RGB

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

 GREEN value IS 102 (40.23% from 255) = 43.97%

 BLUE value IS 66 (26.17% from 255) = 28.45%

R = 27.59%
G = 43.97%
B = 28.45%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.35

 K value IS 0.6

RGB Variations

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

Color information

#406642 (or 0x406642) is known color: Grey-Asparagus. HEX triplet: 40, 66 and 42. RGB value is (64,102,66). Sum of RGB (Red+Green+Blue) = 64+102+66=232 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.59% from 232); Green value is 102 (40.23% from 255 or 43.97% from 232); Blue value is 66 (26.17% from 255 or 28.45% from 232); Max value from RGB is 102 - color contains mainly: green. Hex color #406642 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406642 is #BF99BD. Grayscale: #565656. Windows color (decimal): -12556734 or 4351552. OLE color: 4351552.

HSL color Cylindrical-coordinate representation of color #406642: hue angle of 123.16º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #406642 is Cyan = 0.37, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.6.

Color convert

RGB 64 102 66 -
CMYK 0.37 0 0.35 0.6
HSL 123.16º 0.23% 0.33% -
HSV(B) 123.16º 0.37% 0.4% -
XYZ 7.85 10.99 6.86 -
YUV 86.53 116.41 111.93 -
System Red Green Blue C M Y K H S L
Decimal 64 102 66 0.37 0 0.35 0.6 123.16 0.23 0.33
Hex 40 66 42 25 0 23 3C 7B 17 21
Octal 100 146 102 45 0 43 74 173 27 41
Binary 1000000 1100110 1000010 100101 0 100011 111100 1111011 10111 100001

Color Harmonies of #406642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406642

Black with #406642

Text Example


Text Example

White with #406642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406642; }

 p { color: rgb(64,102,66); }

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

background-color css

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

 a { background-color: rgb(64,102,66); }

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

border-color css

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

 span { border-color: rgb(64,102,66); }

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