#3D4E3E

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

Shades of Grey-Asparagus #3D4E3E

Tints of Grey-Asparagus #3D4E3E

Color information

#3D4E3E (or 0x3D4E3E) is unknown color: approx Grey-Asparagus. HEX triplet: 3D, 4E and 3E. RGB value is (61,78,62). Sum of RGB (Red+Green+Blue) = 61+78+62=201 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.35% from 201); Green value is 78 (30.86% from 255 or 38.81% from 201); Blue value is 62 (24.61% from 255 or 30.85% from 201); Max value from RGB is 78 - color contains mainly: green. Hex color #3D4E3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D4E3E is #C2B1C1. Grayscale: #474747. Windows color (decimal): -12759490 or 4083261. OLE color: 4083261.

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

Color convert

RGB617862-
CMYK0.2200.210.69
HSL123.53º12.23%27.25%-
HSV(B)123.53º21.79%30.59%-
XYZ5.526.795.58-
YUV71.09122.87120.8-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 30.35%
GREEN value IS 78 (30.86% from 255) = 38.81%
BLUE value IS 62 (24.61% from 255) = 30.85%
R=30.35%
G=38.81%
B=30.85%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6178620.2200.210.69123.5312.2327.25
Hex3D4E3E16015457cc1b
Octal7511676260251051741433
Binary11110110011101111101011001010110001011111100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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