#3F533C

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

Shades of Grey-Asparagus #3F533C

Tints of Grey-Asparagus #3F533C

Color information

#3F533C (or 0x3F533C) is unknown color: approx Grey-Asparagus. HEX triplet: 3F, 53 and 3C. RGB value is (63,83,60). Sum of RGB (Red+Green+Blue) = 63+83+60=206 (27% of max value = 765). Red value is 63 (25% from 255 or 30.58% from 206); Green value is 83 (32.81% from 255 or 40.29% from 206); Blue value is 60 (23.83% from 255 or 29.13% from 206); Max value from RGB is 83 - color contains mainly: green. Hex color #3F533C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F533C is #C0ACC3. Grayscale: #4A4A4A. Windows color (decimal): -12627140 or 3953471. OLE color: 3953471.

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

Color convert

RGB638360-
CMYK0.2400.280.67
HSL112.17º16.08%28.04%-
HSV(B)112.17º27.71%32.55%-
XYZ5.967.575.42-
YUV74.4119.87119.87-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30.58%
GREEN value IS 83 (32.81% from 255) = 40.29%
BLUE value IS 60 (23.83% from 255) = 29.13%
R=30.58%
G=40.29%
B=29.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6383600.2400.280.67112.1716.0828.04
Hex3F533C1801C4370101c
Octal7712374300341031602034
Binary111111101001111110011000011100100001111100001000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F533C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,83,60); }

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

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

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

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

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

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

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