#405C3D

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

Shades of Grey-Asparagus #405C3D

Tints of Grey-Asparagus #405C3D

Color information

#405C3D (or 0x405C3D) is unknown color: approx Grey-Asparagus. HEX triplet: 40, 5C and 3D. RGB value is (64,92,61). Sum of RGB (Red+Green+Blue) = 64+92+61=217 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.49% from 217); Green value is 92 (36.33% from 255 or 42.40% from 217); Blue value is 61 (24.22% from 255 or 28.11% from 217); Max value from RGB is 92 - color contains mainly: green. Hex color #405C3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405C3D is #BFA3C2. Grayscale: #505050. Windows color (decimal): -12559299 or 4021312. OLE color: 4021312.

HSL color Cylindrical-coordinate representation of color #405C3D: hue angle of 114.19º degrees, saturation: 0.2, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #405C3D is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.64.

Color convert

RGB649261-
CMYK0.3000.340.64
HSL114.19º20.26%30%-
HSV(B)114.19º33.7%36.08%-
XYZ6.789.085.81-
YUV80.09117.22116.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.49%
GREEN value IS 92 (36.33% from 255) = 42.40%
BLUE value IS 61 (24.22% from 255) = 28.11%
R=29.49%
G=42.40%
B=28.11%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6492610.3000.340.64114.1920.2630
Hex405C3D1E0224072141e
Octal10013475360421001622436
Binary10000001011100111101111100100010100000011100101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405C3D; }

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

 H1.HeaderClassName
 {
   color: #405C3D;
 }
 .AnyTagClassName
 {
   color: #405C3D;
 }
</style>
background-color css

<style>
 a { background-color: #405C3D; }

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

 div.DivClassName
 {
   background-color: #405C3D;
 }
 .BgClassName
 {
   background-color: #405C3D;
 }
</style>
border-color css

<style>
 span { border-color: #405C3D; }

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

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