Html Css Color HEX #40523C Grey-Asparagus

📋 copy color: '#40523C'

red 64 ◦ green 82 ◦ blue 60

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

Shades of Grey-Asparagus #40523C

Tints of Grey-Asparagus #40523C

RGB

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

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

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

R = 31.07%
G = 39.81%
B = 29.13%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.27

 K value IS 0.68

RGB Variations

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

Color information

#40523C (or 0x40523C) is known color: Grey-Asparagus. HEX triplet: 40, 52 and 3C. RGB value is (64,82,60). Sum of RGB (Red+Green+Blue) = 64+82+60=206 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.07% from 206); Green value is 82 (32.42% from 255 or 39.81% from 206); Blue value is 60 (23.83% from 255 or 29.13% from 206); Max value from RGB is 82 - color contains mainly: green. Hex color #40523C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40523C is #BFADC3. Grayscale: #4A4A4A. Windows color (decimal): -12561860 or 3953216. OLE color: 3953216.

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

Color convert

RGB 64 82 60 -
CMYK 0.22 0 0.27 0.68
HSL 109.09º 0.15% 0.28% -
HSV(B) 109.09º 0.27% 0.32% -
XYZ 5.95 7.45 5.4 -
YUV 74.11 120.04 120.79 -
System Red Green Blue C M Y K H S L
Decimal 64 82 60 0.22 0 0.27 0.68 109.09 0.15 0.28
Hex 40 52 3C 16 0 1B 44 6D F 1C
Octal 100 122 74 26 0 33 104 155 17 34
Binary 1000000 1010010 111100 10110 0 11011 1000100 1101101 1111 11100

Color Harmonies of #40523C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40523C

Black with #40523C

Text Example


Text Example

White with #40523C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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