#3F6640

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

Shades of Grey-Asparagus #3F6640

Tints of Grey-Asparagus #3F6640

Color information

#3F6640 (or 0x3F6640) is unknown color: approx Grey-Asparagus. HEX triplet: 3F, 66 and 40. RGB value is (63,102,64). Sum of RGB (Red+Green+Blue) = 63+102+64=229 (30% of max value = 765). Red value is 63 (25% from 255 or 27.51% from 229); Green value is 102 (40.23% from 255 or 44.54% from 229); Blue value is 64 (25.39% from 255 or 27.95% from 229); Max value from RGB is 102 - color contains mainly: green. Hex color #3F6640 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6640 is #C099BF. Grayscale: #565656. Windows color (decimal): -12622272 or 4220479. OLE color: 4220479.

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

Color convert

RGB6310264-
CMYK0.3800.370.6
HSL121.54º23.64%32.35%-
HSV(B)121.54º38.24%40%-
XYZ7.7310.936.55-
YUV86.01115.58111.59-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.51%
GREEN value IS 102 (40.23% from 255) = 44.54%
BLUE value IS 64 (25.39% from 255) = 27.95%
R=27.51%
G=44.54%
B=27.95%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal63102640.3800.370.6121.5423.6432.35
Hex3F6640260253C7a1820
Octal7714610046045741723040
Binary111111110011010000001001100100101111100111101011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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