Html Css Color HEX #40553D Grey-Asparagus

📋 copy color: '#40553D'

red 64 ◦ green 85 ◦ blue 61

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

Shades of Grey-Asparagus #40553D

Tints of Grey-Asparagus #40553D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 40.48%

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

R = 30.48%
G = 40.48%
B = 29.05%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.28

 K value IS 0.67

RGB Variations

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

Color information

#40553D (or 0x40553D) is known color: Grey-Asparagus. HEX triplet: 40, 55 and 3D. RGB value is (64,85,61). Sum of RGB (Red+Green+Blue) = 64+85+61=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 85 (33.59% from 255 or 40.48% from 210); Blue value is 61 (24.22% from 255 or 29.05% from 210); Max value from RGB is 85 - color contains mainly: green. Hex color #40553D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40553D is #BFAAC2. Grayscale: #4C4C4C. Windows color (decimal): -12561091 or 4019520. OLE color: 4019520.

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

Color convert

RGB 64 85 61 -
CMYK 0.25 0 0.28 0.67
HSL 112.5º 0.16% 0.29% -
HSV(B) 112.5º 0.28% 0.33% -
XYZ 6.21 7.92 5.62 -
YUV 75.99 119.54 119.45 -
System Red Green Blue C M Y K H S L
Decimal 64 85 61 0.25 0 0.28 0.67 112.5 0.16 0.29
Hex 40 55 3D 19 0 1C 43 70 10 1D
Octal 100 125 75 31 0 34 103 160 20 35
Binary 1000000 1010101 111101 11001 0 11100 1000011 1110000 10000 11101

Color Harmonies of #40553D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40553D

Black with #40553D

Text Example


Text Example

White with #40553D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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