#3F4A3E

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

Shades of Grey-Asparagus #3F4A3E

Tints of Grey-Asparagus #3F4A3E

Color information

#3F4A3E (or 0x3F4A3E) is unknown color: approx Grey-Asparagus. HEX triplet: 3F, 4A and 3E. RGB value is (63,74,62). Sum of RGB (Red+Green+Blue) = 63+74+62=199 (26% of max value = 765). Red value is 63 (25% from 255 or 31.66% from 199); Green value is 74 (29.30% from 255 or 37.19% from 199); Blue value is 62 (24.61% from 255 or 31.16% from 199); Max value from RGB is 74 - color contains mainly: green. Hex color #3F4A3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4A3E is #C0B5C1. Grayscale: #454545. Windows color (decimal): -12629442 or 4082239. OLE color: 4082239.

HSL color Cylindrical-coordinate representation of color #3F4A3E: hue angle of 115º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #3F4A3E is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB637462-
CMYK0.1500.160.71
HSL115º8.82%26.67%-
HSV(B)115º16.22%29.02%-
XYZ5.376.35.49-
YUV69.34123.86123.48-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 31.66%
GREEN value IS 74 (29.30% from 255) = 37.19%
BLUE value IS 62 (24.61% from 255) = 31.16%
R=31.66%
G=37.19%
B=31.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6374620.1500.160.711158.8226.67
Hex3F4A3EF010477391b
Octal7711276170201071631133
Binary1111111001010111110111101000010001111110011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,74,62); }

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

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

 a { background-color: rgb(63,74,62); }

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

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

 span { border-color: rgb(63,74,62); }

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