#3F553E

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

Shades of Grey-Asparagus #3F553E

Tints of Grey-Asparagus #3F553E

Color information

#3F553E (or 0x3F553E) is unknown color: approx Grey-Asparagus. HEX triplet: 3F, 55 and 3E. RGB value is (63,85,62). Sum of RGB (Red+Green+Blue) = 63+85+62=210 (27% of max value = 765). Red value is 63 (25% from 255 or 30% from 210); Green value is 85 (33.59% from 255 or 40.48% from 210); Blue value is 62 (24.61% from 255 or 29.52% from 210); Max value from RGB is 85 - color contains mainly: green. Hex color #3F553E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F553E is #C0AAC1. Grayscale: #4B4B4B. Windows color (decimal): -12626626 or 4085055. OLE color: 4085055.

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

Color convert

RGB638562-
CMYK0.2600.270.67
HSL117.39º15.65%28.82%-
HSV(B)117.39º27.06%33.33%-
XYZ6.177.95.76-
YUV75.8120.21118.87-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30%
GREEN value IS 85 (33.59% from 255) = 40.48%
BLUE value IS 62 (24.61% from 255) = 29.52%
R=30%
G=40.48%
B=29.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6385620.2600.270.67117.3915.6528.82
Hex3F553E1A01B4375101d
Octal7712576320331031652035
Binary111111101010111111011010011011100001111101011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F553E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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