#3F613E

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

Shades of Grey-Asparagus #3F613E

Tints of Grey-Asparagus #3F613E

Color information

#3F613E (or 0x3F613E) is unknown color: approx Grey-Asparagus. HEX triplet: 3F, 61 and 3E. RGB value is (63,97,62). Sum of RGB (Red+Green+Blue) = 63+97+62=222 (29% of max value = 765). Red value is 63 (25% from 255 or 28.38% from 222); Green value is 97 (38.28% from 255 or 43.69% from 222); Blue value is 62 (24.61% from 255 or 27.93% from 222); Max value from RGB is 97 - color contains mainly: green. Hex color #3F613E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F613E is #C09EC1. Grayscale: #525252. Windows color (decimal): -12623554 or 4088127. OLE color: 4088127.

HSL color Cylindrical-coordinate representation of color #3F613E: hue angle of 118.29º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3F613E is Cyan = 0.35, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.62.

Color convert

RGB639762-
CMYK0.3500.360.62
HSL118.29º22.01%31.18%-
HSV(B)118.29º36.08%38.04%-
XYZ7.199.956.1-
YUV82.84116.24113.85-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.38%
GREEN value IS 97 (38.28% from 255) = 43.69%
BLUE value IS 62 (24.61% from 255) = 27.93%
R=28.38%
G=43.69%
B=27.93%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6397620.3500.360.62118.2922.0131.18
Hex3F613E230243E76161f
Octal771417643044761662637
Binary1111111100001111110100011010010011111011101101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F613E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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