#3F5440

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

Shades of Grey-Asparagus #3F5440

Tints of Grey-Asparagus #3F5440

Color information

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

HSL color Cylindrical-coordinate representation of color #3F5440: hue angle of 122.86º 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 #3F5440 is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB638464-
CMYK0.2500.240.67
HSL122.86º14.29%28.82%-
HSV(B)122.86º25%32.94%-
XYZ6.157.776.03-
YUV75.44121.54119.13-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.86%
GREEN value IS 84 (33.20% from 255) = 39.81%
BLUE value IS 64 (25.39% from 255) = 30.33%
R=29.86%
G=39.81%
B=30.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6384640.2500.240.67122.8614.2928.82
Hex3F544019018437be1d
Octal77124100310301031731635
Binary111111101010010000001100101100010000111111011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F5440; }

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

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

<style>
 a { background-color: #3F5440; }

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

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

<style>
 span { border-color: #3F5440; }

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

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