#3F453F

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

Shades of Grey-Asparagus #3F453F

Tints of Grey-Asparagus #3F453F

Color information

#3F453F (or 0x3F453F) is unknown color: approx Grey-Asparagus. HEX triplet: 3F, 45 and 3F. RGB value is (63,69,63). Sum of RGB (Red+Green+Blue) = 63+69+63=195 (25% of max value = 765). Red value is 63 (25% from 255 or 32.31% from 195); Green value is 69 (27.34% from 255 or 35.38% from 195); Blue value is 63 (25% from 255 or 32.31% from 195); Max value from RGB is 69 - color contains mainly: green. Hex color #3F453F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F453F is #C0BAC0. Grayscale: #424242. Windows color (decimal): -12630721 or 4146495. OLE color: 4146495.

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

Color convert

RGB636963-
CMYK0.0900.090.73
HSL120º4.55%25.88%-
HSV(B)120º8.7%27.06%-
XYZ5.085.675.53-
YUV66.52126.01125.49-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 32.31%
GREEN value IS 69 (27.34% from 255) = 35.38%
BLUE value IS 63 (25% from 255) = 32.31%
R=32.31%
G=35.38%
B=32.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6369630.0900.090.731204.5525.88
Hex3F453F909497851a
Octal771057711011111170532
Binary11111110001011111111001010011001001111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F453F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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