#3D4F3E

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

Shades of Grey-Asparagus #3D4F3E

Tints of Grey-Asparagus #3D4F3E

Color information

#3D4F3E (or 0x3D4F3E) is unknown color: approx Grey-Asparagus. HEX triplet: 3D, 4F and 3E. RGB value is (61,79,62). Sum of RGB (Red+Green+Blue) = 61+79+62=202 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.20% from 202); Green value is 79 (31.25% from 255 or 39.11% from 202); Blue value is 62 (24.61% from 255 or 30.69% from 202); Max value from RGB is 79 - color contains mainly: green. Hex color #3D4F3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D4F3E is #C2B0C1. Grayscale: #474747. Windows color (decimal): -12759234 or 4083517. OLE color: 4083517.

HSL color Cylindrical-coordinate representation of color #3D4F3E: hue angle of 123.33º degrees, saturation: 0.13, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3D4F3E is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.

Color convert

RGB617962-
CMYK0.2300.220.69
HSL123.33º12.86%27.45%-
HSV(B)123.33º22.78%30.98%-
XYZ5.596.935.6-
YUV71.68122.54120.38-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 30.20%
GREEN value IS 79 (31.25% from 255) = 39.11%
BLUE value IS 62 (24.61% from 255) = 30.69%
R=30.20%
G=39.11%
B=30.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6179620.2300.220.69123.3312.8627.45
Hex3D4F3E17016457bd1b
Octal7511776270261051731533
Binary11110110011111111101011101011010001011111011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,79,62); }

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

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

 a { background-color: rgb(61,79,62); }

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

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

 span { border-color: rgb(61,79,62); }

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