Html Css Color HEX #40543D Grey-Asparagus

📋 copy color: '#40543D'

red 64 ◦ green 84 ◦ blue 61

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

Shades of Grey-Asparagus #40543D

Tints of Grey-Asparagus #40543D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 40.19%

 BLUE value IS 61 (24.22% from 255) = 29.19%

R = 30.62%
G = 40.19%
B = 29.19%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#40543D (or 0x40543D) is known color: Grey-Asparagus. HEX triplet: 40, 54 and 3D. RGB value is (64,84,61). Sum of RGB (Red+Green+Blue) = 64+84+61=209 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.62% from 209); Green value is 84 (33.20% from 255 or 40.19% from 209); Blue value is 61 (24.22% from 255 or 29.19% from 209); Max value from RGB is 84 - color contains mainly: green. Hex color #40543D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40543D is #BFABC2. Grayscale: #4B4B4B. Windows color (decimal): -12561347 or 4019264. OLE color: 4019264.

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

Color convert

RGB 64 84 61 -
CMYK 0.24 0 0.27 0.67
HSL 112.17º 0.16% 0.28% -
HSV(B) 112.17º 0.27% 0.33% -
XYZ 6.13 7.77 5.59 -
YUV 75.4 119.87 119.87 -
System Red Green Blue C M Y K H S L
Decimal 64 84 61 0.24 0 0.27 0.67 112.17 0.16 0.28
Hex 40 54 3D 18 0 1B 43 70 10 1C
Octal 100 124 75 30 0 33 103 160 20 34
Binary 1000000 1010100 111101 11000 0 11011 1000011 1110000 10000 11100

Color Harmonies of #40543D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40543D

Black with #40543D

Text Example


Text Example

White with #40543D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40543D; }

 p { color: rgb(64,84,61); }

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

background-color css

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

 a { background-color: rgb(64,84,61); }

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

border-color css

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

 span { border-color: rgb(64,84,61); }

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