#3F553D

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

Shades of Grey-Asparagus #3F553D

Tints of Grey-Asparagus #3F553D

Color information

#3F553D (or 0x3F553D) is unknown color: approx Grey-Asparagus. HEX triplet: 3F, 55 and 3D. RGB value is (63,85,61). Sum of RGB (Red+Green+Blue) = 63+85+61=209 (27% of max value = 765). Red value is 63 (25% from 255 or 30.14% from 209); Green value is 85 (33.59% from 255 or 40.67% from 209); Blue value is 61 (24.22% from 255 or 29.19% from 209); Max value from RGB is 85 - color contains mainly: green. Hex color #3F553D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F553D is #C0AAC2. Grayscale: #4B4B4B. Windows color (decimal): -12626627 or 4019519. OLE color: 4019519.

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

Color convert

RGB638561-
CMYK0.2600.280.67
HSL115º16.44%28.63%-
HSV(B)115º28.24%33.33%-
XYZ6.147.895.61-
YUV75.69119.71118.95-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30.14%
GREEN value IS 85 (33.59% from 255) = 40.67%
BLUE value IS 61 (24.22% from 255) = 29.19%
R=30.14%
G=40.67%
B=29.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6385610.2600.280.6711516.4428.63
Hex3F553D1A01C4373101d
Octal7712575320341031632035
Binary111111101010111110111010011100100001111100111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F553D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,85,61); }

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

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

 a { background-color: rgb(63,85,61); }

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

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

 span { border-color: rgb(63,85,61); }

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