Html Css Color HEX #40653E Grey-Asparagus

📋 copy color: '#40653E'

red 64 ◦ green 101 ◦ blue 62

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

Shades of Grey-Asparagus #40653E

Tints of Grey-Asparagus #40653E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 27.31%

R = 28.19%
G = 44.49%
B = 27.31%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.39

 K value IS 0.60

RGB Variations

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

Color information

#40653E (or 0x40653E) is known color: Grey-Asparagus. HEX triplet: 40, 65 and 3E. RGB value is (64,101,62). Sum of RGB (Red+Green+Blue) = 64+101+62=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 101 (39.84% from 255 or 44.49% from 227); Blue value is 62 (24.61% from 255 or 27.31% from 227); Max value from RGB is 101 - color contains mainly: green. Hex color #40653E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40653E is #BF9AC1. Grayscale: #555555. Windows color (decimal): -12556994 or 4089152. OLE color: 4089152.

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

Color convert

RGB 64 101 62 -
CMYK 0.37 0 0.39 0.60
HSL 116.92º 0.24% 0.32% -
HSV(B) 116.92º 0.39% 0.4% -
XYZ 7.64 10.75 6.23 -
YUV 85.49 114.74 112.67 -
System Red Green Blue C M Y K H S L
Decimal 64 101 62 0.37 0 0.39 0.60 116.92 0.24 0.32
Hex 40 65 3E 25 0 27 3C 75 18 20
Octal 100 145 76 45 0 47 74 165 30 40
Binary 1000000 1100101 111110 100101 0 100111 111100 1110101 11000 100000

Color Harmonies of #40653E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40653E

Black with #40653E

Text Example


Text Example

White with #40653E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40653E; }

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

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

background-color css

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

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

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

border-color css

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

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

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