#40533F

Color #40533F Grey-Asparagus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey-Asparagus #40533F

Tints of Grey-Asparagus #40533F

Color information

#40533F (or 0x40533F) is unknown color: approx 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

RGB648363-
CMYK0.2300.240.67
HSL117º13.7%28.63%-
HSV(B)117º24.1%32.55%-
XYZ6.17.645.85-
YUV75.04121.21120.13-

RGB Variations

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

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 (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6483630.2300.240.6711713.728.63
Hex40533F170184375e1d
Octal10012377270301031651635
Binary100000010100111111111011101100010000111110101111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40533F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>