Html Css Color HEX #40523D Grey-Asparagus

📋 copy color: '#40523D'

red 64 ◦ green 82 ◦ blue 61

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

Shades of Grey-Asparagus #40523D

Tints of Grey-Asparagus #40523D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 39.61%

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

R = 30.92%
G = 39.61%
B = 29.47%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.26

 K value IS 0.68

RGB Variations

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

Color information

#40523D (or 0x40523D) is known color: Grey-Asparagus. HEX triplet: 40, 52 and 3D. RGB value is (64,82,61). Sum of RGB (Red+Green+Blue) = 64+82+61=207 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.92% from 207); Green value is 82 (32.42% from 255 or 39.61% from 207); Blue value is 61 (24.22% from 255 or 29.47% from 207); Max value from RGB is 82 - color contains mainly: green. Hex color #40523D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40523D is #BFADC2. Grayscale: #4A4A4A. Windows color (decimal): -12561859 or 4018752. OLE color: 4018752.

HSL color Cylindrical-coordinate representation of color #40523D: hue angle of 111.43º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #40523D is Cyan = 0.22, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.68.

Color convert

RGB 64 82 61 -
CMYK 0.22 0 0.26 0.68
HSL 111.43º 0.15% 0.28% -
HSV(B) 111.43º 0.26% 0.32% -
XYZ 5.97 7.46 5.54 -
YUV 74.22 120.54 120.71 -
System Red Green Blue C M Y K H S L
Decimal 64 82 61 0.22 0 0.26 0.68 111.43 0.15 0.28
Hex 40 52 3D 16 0 1A 44 6F F 1C
Octal 100 122 75 26 0 32 104 157 17 34
Binary 1000000 1010010 111101 10110 0 11010 1000100 1101111 1111 11100

Color Harmonies of #40523D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40523D

Black with #40523D

Text Example


Text Example

White with #40523D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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