Html Css Color HEX #40543F Grey-Asparagus

📋 copy color: '#40543F'

red 64 ◦ green 84 ◦ blue 63

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

Shades of Grey-Asparagus #40543F

Tints of Grey-Asparagus #40543F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 39.81%

 BLUE value IS 63 (25% from 255) = 29.86%

R = 30.33%
G = 39.81%
B = 29.86%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#40543F (or 0x40543F) is known color: Grey-Asparagus. HEX triplet: 40, 54 and 3F. RGB value is (64,84,63). Sum of RGB (Red+Green+Blue) = 64+84+63=211 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.33% from 211); Green value is 84 (33.20% from 255 or 39.81% from 211); Blue value is 63 (25% from 255 or 29.86% from 211); Max value from RGB is 84 - color contains mainly: green. Hex color #40543F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40543F is #BFABC0. Grayscale: #4B4B4B. Windows color (decimal): -12561345 or 4150336. OLE color: 4150336.

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

Color convert

RGB 64 84 63 -
CMYK 0.24 0 0.25 0.67
HSL 117.14º 0.14% 0.29% -
HSV(B) 117.14º 0.25% 0.33% -
XYZ 6.18 7.79 5.88 -
YUV 75.63 120.87 119.71 -
System Red Green Blue C M Y K H S L
Decimal 64 84 63 0.24 0 0.25 0.67 117.14 0.14 0.29
Hex 40 54 3F 18 0 19 43 75 E 1D
Octal 100 124 77 30 0 31 103 165 16 35
Binary 1000000 1010100 111111 11000 0 11001 1000011 1110101 1110 11101

Color Harmonies of #40543F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40543F

Black with #40543F

Text Example


Text Example

White with #40543F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40543F; }

 p { color: rgb(64,84,63); }

 H1.HeaderClassName
 {
   color: #40543F;
 }
 .AnyTagClassName
 {
   color: #40543F;
 }
</style>

background-color css

<style>
 a { background-color: #40543F; }

 a { background-color: rgb(64,84,63); }

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

border-color css

<style>
 span { border-color: #40543F; }

 span { border-color: rgb(64,84,63); }

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