#3F6740

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

Shades of Grey-Asparagus #3F6740

Tints of Grey-Asparagus #3F6740

Color information

#3F6740 (or 0x3F6740) is unknown color: approx Grey-Asparagus. HEX triplet: 3F, 67 and 40. RGB value is (63,103,64). Sum of RGB (Red+Green+Blue) = 63+103+64=230 (30% of max value = 765). Red value is 63 (25% from 255 or 27.39% from 230); Green value is 103 (40.62% from 255 or 44.78% from 230); Blue value is 64 (25.39% from 255 or 27.83% from 230); Max value from RGB is 103 - color contains mainly: green. Hex color #3F6740 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6740 is #C098BF. Grayscale: #565656. Windows color (decimal): -12622016 or 4220735. OLE color: 4220735.

HSL color Cylindrical-coordinate representation of color #3F6740: hue angle of 121.5º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3F6740 is Cyan = 0.39, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.60.

Color convert

RGB6310364-
CMYK0.3900.380.60
HSL121.5º24.1%32.55%-
HSV(B)121.5º38.83%40.39%-
XYZ7.8311.136.59-
YUV86.59115.25111.17-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.39%
GREEN value IS 103 (40.62% from 255) = 44.78%
BLUE value IS 64 (25.39% from 255) = 27.83%
R=27.39%
G=44.78%
B=27.83%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal63103640.3900.380.60121.524.132.55
Hex3F6740270263C7a1821
Octal7714710047046741723041
Binary111111110011110000001001110100110111100111101011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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