Html Css Color HEX #40553E Grey-Asparagus

📋 copy color: '#40553E'

red 64 ◦ green 85 ◦ blue 62

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

Shades of Grey-Asparagus #40553E

Tints of Grey-Asparagus #40553E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 40.28%

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

R = 30.33%
G = 40.28%
B = 29.38%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#40553E (or 0x40553E) is known color: Grey-Asparagus. HEX triplet: 40, 55 and 3E. RGB value is (64,85,62). Sum of RGB (Red+Green+Blue) = 64+85+62=211 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.33% from 211); Green value is 85 (33.59% from 255 or 40.28% from 211); Blue value is 62 (24.61% from 255 or 29.38% from 211); Max value from RGB is 85 - color contains mainly: green. Hex color #40553E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40553E is #BFAAC1. Grayscale: #4C4C4C. Windows color (decimal): -12561090 or 4085056. OLE color: 4085056.

HSL color Cylindrical-coordinate representation of color #40553E: hue angle of 114.78º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #40553E is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB 64 85 62 -
CMYK 0.25 0 0.27 0.67
HSL 114.78º 0.16% 0.29% -
HSV(B) 114.78º 0.27% 0.33% -
XYZ 6.23 7.93 5.76 -
YUV 76.1 120.04 119.37 -
System Red Green Blue C M Y K H S L
Decimal 64 85 62 0.25 0 0.27 0.67 114.78 0.16 0.29
Hex 40 55 3E 19 0 1B 43 73 10 1D
Octal 100 125 76 31 0 33 103 163 20 35
Binary 1000000 1010101 111110 11001 0 11011 1000011 1110011 10000 11101

Color Harmonies of #40553E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40553E

Black with #40553E

Text Example


Text Example

White with #40553E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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