#3D4D3B

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

Shades of Grey-Asparagus #3D4D3B

Tints of Grey-Asparagus #3D4D3B

Color information

#3D4D3B (or 0x3D4D3B) is unknown color: approx Grey-Asparagus. HEX triplet: 3D, 4D and 3B. RGB value is (61,77,59). Sum of RGB (Red+Green+Blue) = 61+77+59=197 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.96% from 197); Green value is 77 (30.47% from 255 or 39.09% from 197); Blue value is 59 (23.44% from 255 or 29.95% from 197); Max value from RGB is 77 - color contains mainly: green. Hex color #3D4D3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D4D3B is #C2B2C4. Grayscale: #464646. Windows color (decimal): -12759749 or 3886397. OLE color: 3886397.

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

Color convert

RGB617759-
CMYK0.2100.230.70
HSL113.33º13.24%26.67%-
HSV(B)113.33º23.38%30.2%-
XYZ5.376.625.13-
YUV70.16121.7121.46-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 30.96%
GREEN value IS 77 (30.47% from 255) = 39.09%
BLUE value IS 59 (23.44% from 255) = 29.95%
R=30.96%
G=39.09%
B=29.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6177590.2100.230.70113.3313.2426.67
Hex3D4D3B150174671d1b
Octal7511573250271061611533
Binary11110110011011110111010101011110001101110001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,77,59); }

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

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

 a { background-color: rgb(61,77,59); }

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

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

 span { border-color: rgb(61,77,59); }

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