Html Css Color HEX #406542 Grey-Asparagus

📋 copy color: '#406542'

red 64 ◦ green 101 ◦ blue 66

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

Shades of Grey-Asparagus #406542

Tints of Grey-Asparagus #406542

RGB

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

 GREEN value IS 101 (39.84% from 255) = 43.72%

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

R = 27.71%
G = 43.72%
B = 28.57%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.35

 K value IS 0.60

RGB Variations

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

Color information

#406542 (or 0x406542) is known color: Grey-Asparagus. HEX triplet: 40, 65 and 42. RGB value is (64,101,66). Sum of RGB (Red+Green+Blue) = 64+101+66=231 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.71% from 231); Green value is 101 (39.84% from 255 or 43.72% from 231); Blue value is 66 (26.17% from 255 or 28.57% from 231); Max value from RGB is 101 - color contains mainly: green. Hex color #406542 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406542 is #BF9ABD. Grayscale: #565656. Windows color (decimal): -12556990 or 4351296. OLE color: 4351296.

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

Color convert

RGB 64 101 66 -
CMYK 0.37 0 0.35 0.60
HSL 123.24º 0.22% 0.32% -
HSV(B) 123.24º 0.37% 0.4% -
XYZ 7.75 10.79 6.83 -
YUV 85.95 116.74 112.35 -
System Red Green Blue C M Y K H S L
Decimal 64 101 66 0.37 0 0.35 0.60 123.24 0.22 0.32
Hex 40 65 42 25 0 23 3C 7B 16 20
Octal 100 145 102 45 0 43 74 173 26 40
Binary 1000000 1100101 1000010 100101 0 100011 111100 1111011 10110 100000

Color Harmonies of #406542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406542

Black with #406542

Text Example


Text Example

White with #406542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406542; }

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

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

background-color css

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

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

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

border-color css

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

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

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