Html Css Color HEX #406341 Grey-Asparagus

📋 copy color: '#406341'

red 64 ◦ green 99 ◦ blue 65

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

Shades of Grey-Asparagus #406341

Tints of Grey-Asparagus #406341

RGB

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

 GREEN value IS 99 (39.06% from 255) = 43.42%

 BLUE value IS 65 (25.78% from 255) = 28.51%

R = 28.07%
G = 43.42%
B = 28.51%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.34

 K value IS 0.61

RGB Variations

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

Color information

#406341 (or 0x406341) is known color: Grey-Asparagus. HEX triplet: 40, 63 and 41. RGB value is (64,99,65). Sum of RGB (Red+Green+Blue) = 64+99+65=228 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.07% from 228); Green value is 99 (39.06% from 255 or 43.42% from 228); Blue value is 65 (25.78% from 255 or 28.51% from 228); Max value from RGB is 99 - color contains mainly: green. Hex color #406341 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406341 is #BF9CBE. Grayscale: #545454. Windows color (decimal): -12557503 or 4285248. OLE color: 4285248.

HSL color Cylindrical-coordinate representation of color #406341: hue angle of 121.71º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #406341 is Cyan = 0.35, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.61.

Color convert

RGB 64 99 65 -
CMYK 0.35 0 0.34 0.61
HSL 121.71º 0.21% 0.32% -
HSV(B) 121.71º 0.35% 0.39% -
XYZ 7.53 10.4 6.61 -
YUV 84.66 116.9 113.26 -
System Red Green Blue C M Y K H S L
Decimal 64 99 65 0.35 0 0.34 0.61 121.71 0.21 0.32
Hex 40 63 41 23 0 22 3D 7A 15 20
Octal 100 143 101 43 0 42 75 172 25 40
Binary 1000000 1100011 1000001 100011 0 100010 111101 1111010 10101 100000

Color Harmonies of #406341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406341

Black with #406341

Text Example


Text Example

White with #406341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406341; }

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

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

background-color css

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

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

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

border-color css

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

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

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