Html Css Color HEX #40503C Grey-Asparagus

📋 copy color: '#40503C'

red 64 ◦ green 80 ◦ blue 60

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

Shades of Grey-Asparagus #40503C

Tints of Grey-Asparagus #40503C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 39.22%

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

R = 31.37%
G = 39.22%
B = 29.41%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.25

 K value IS 0.69

RGB Variations

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

Color information

#40503C (or 0x40503C) is known color: Grey-Asparagus. HEX triplet: 40, 50 and 3C. RGB value is (64,80,60). Sum of RGB (Red+Green+Blue) = 64+80+60=204 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.37% from 204); Green value is 80 (31.64% from 255 or 39.22% from 204); Blue value is 60 (23.83% from 255 or 29.41% from 204); Max value from RGB is 80 - color contains mainly: green. Hex color #40503C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40503C is #BFAFC3. Grayscale: #484848. Windows color (decimal): -12562372 or 3952704. OLE color: 3952704.

HSL color Cylindrical-coordinate representation of color #40503C: hue angle of 108º degrees, saturation: 0.14, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #40503C is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.69.

Color convert

RGB 64 80 60 -
CMYK 0.20 0 0.25 0.69
HSL 108º 0.14% 0.27% -
HSV(B) 108º 0.25% 0.31% -
XYZ 5.8 7.15 5.35 -
YUV 72.94 120.7 121.63 -
System Red Green Blue C M Y K H S L
Decimal 64 80 60 0.20 0 0.25 0.69 108 0.14 0.27
Hex 40 50 3C 14 0 19 45 6C E 1B
Octal 100 120 74 24 0 31 105 154 16 33
Binary 1000000 1010000 111100 10100 0 11001 1000101 1101100 1110 11011

Color Harmonies of #40503C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40503C

Black with #40503C

Text Example


Text Example

White with #40503C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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