Html Css Color HEX #40533F Grey-Asparagus

📋 copy color: '#40533F'

red 64 ◦ green 83 ◦ blue 63

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

Shades of Grey-Asparagus #40533F

Tints of Grey-Asparagus #40533F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 39.52%

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

R = 30.48%
G = 39.52%
B = 30%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#40533F (or 0x40533F) is known color: Grey-Asparagus. HEX triplet: 40, 53 and 3F. RGB value is (64,83,63). Sum of RGB (Red+Green+Blue) = 64+83+63=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 83 (32.81% from 255 or 39.52% from 210); Blue value is 63 (25% from 255 or 30% from 210); Max value from RGB is 83 - color contains mainly: green. Hex color #40533F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40533F is #BFACC0. Grayscale: #4B4B4B. Windows color (decimal): -12561601 or 4150080. OLE color: 4150080.

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

Color convert

RGB 64 83 63 -
CMYK 0.23 0 0.24 0.67
HSL 117º 0.14% 0.29% -
HSV(B) 117º 0.24% 0.33% -
XYZ 6.1 7.64 5.85 -
YUV 75.04 121.21 120.13 -
System Red Green Blue C M Y K H S L
Decimal 64 83 63 0.23 0 0.24 0.67 117 0.14 0.29
Hex 40 53 3F 17 0 18 43 75 E 1D
Octal 100 123 77 27 0 30 103 165 16 35
Binary 1000000 1010011 111111 10111 0 11000 1000011 1110101 1110 11101

Color Harmonies of #40533F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40533F

Black with #40533F

Text Example


Text Example

White with #40533F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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