Html Css Color HEX #40513C Grey-Asparagus

📋 copy color: '#40513C'

red 64 ◦ green 81 ◦ blue 60

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

Shades of Grey-Asparagus #40513C

Tints of Grey-Asparagus #40513C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 39.51%

 BLUE value IS 60 (23.83% from 255) = 29.27%

R = 31.22%
G = 39.51%
B = 29.27%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.26

 K value IS 0.68

RGB Variations

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

Color information

#40513C (or 0x40513C) is known color: Grey-Asparagus. HEX triplet: 40, 51 and 3C. RGB value is (64,81,60). Sum of RGB (Red+Green+Blue) = 64+81+60=205 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.22% from 205); Green value is 81 (32.03% from 255 or 39.51% from 205); Blue value is 60 (23.83% from 255 or 29.27% from 205); Max value from RGB is 81 - color contains mainly: green. Hex color #40513C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40513C is #BFAEC3. Grayscale: #494949. Windows color (decimal): -12562116 or 3952960. OLE color: 3952960.

HSL color Cylindrical-coordinate representation of color #40513C: hue angle of 108.57º 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 #40513C is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.68.

Color convert

RGB 64 81 60 -
CMYK 0.21 0 0.26 0.68
HSL 108.57º 0.15% 0.28% -
HSV(B) 108.57º 0.26% 0.32% -
XYZ 5.87 7.3 5.37 -
YUV 73.52 120.37 121.21 -
System Red Green Blue C M Y K H S L
Decimal 64 81 60 0.21 0 0.26 0.68 108.57 0.15 0.28
Hex 40 51 3C 15 0 1A 44 6D F 1C
Octal 100 121 74 25 0 32 104 155 17 34
Binary 1000000 1010001 111100 10101 0 11010 1000100 1101101 1111 11100

Color Harmonies of #40513C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40513C

Black with #40513C

Text Example


Text Example

White with #40513C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40513C; }

 p { color: rgb(64,81,60); }

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

background-color css

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

 a { background-color: rgb(64,81,60); }

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

border-color css

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

 span { border-color: rgb(64,81,60); }

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