#3F553F

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

Shades of Grey-Asparagus #3F553F

Tints of Grey-Asparagus #3F553F

Color information

#3F553F (or 0x3F553F) is unknown color: approx Grey-Asparagus. HEX triplet: 3F, 55 and 3F. RGB value is (63,85,63). Sum of RGB (Red+Green+Blue) = 63+85+63=211 (27% of max value = 765). Red value is 63 (25% from 255 or 29.86% from 211); Green value is 85 (33.59% from 255 or 40.28% from 211); Blue value is 63 (25% from 255 or 29.86% from 211); Max value from RGB is 85 - color contains mainly: green. Hex color #3F553F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F553F is #C0AAC0. Grayscale: #4B4B4B. Windows color (decimal): -12626625 or 4150591. OLE color: 4150591.

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

Color convert

RGB638563-
CMYK0.2600.260.67
HSL120º14.86%29.02%-
HSV(B)120º25.88%33.33%-
XYZ6.27.915.9-
YUV75.91120.71118.79-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.86%
GREEN value IS 85 (33.59% from 255) = 40.28%
BLUE value IS 63 (25% from 255) = 29.86%
R=29.86%
G=40.28%
B=29.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6385630.2600.260.6712014.8629.02
Hex3F553F1A01A4378f1d
Octal7712577320321031701735
Binary11111110101011111111101001101010000111111000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F553F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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