#3D5C3C

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

Shades of Grey-Asparagus #3D5C3C

Tints of Grey-Asparagus #3D5C3C

Color information

#3D5C3C (or 0x3D5C3C) is unknown color: approx Grey-Asparagus. HEX triplet: 3D, 5C and 3C. RGB value is (61,92,60). Sum of RGB (Red+Green+Blue) = 61+92+60=213 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.64% from 213); Green value is 92 (36.33% from 255 or 43.19% from 213); Blue value is 60 (23.83% from 255 or 28.17% from 213); Max value from RGB is 92 - color contains mainly: green. Hex color #3D5C3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5C3C is #C2A3C3. Grayscale: #4F4F4F. Windows color (decimal): -12755908 or 3955773. OLE color: 3955773.

HSL color Cylindrical-coordinate representation of color #3D5C3C: hue angle of 118.12º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3D5C3C is Cyan = 0.34, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.64.

Color convert

RGB619260-
CMYK0.3400.350.64
HSL118.12º21.05%29.8%-
HSV(B)118.12º34.78%36.08%-
XYZ6.578.975.66-
YUV79.08117.23115.1-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 28.64%
GREEN value IS 92 (36.33% from 255) = 43.19%
BLUE value IS 60 (23.83% from 255) = 28.17%
R=28.64%
G=43.19%
B=28.17%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6192600.3400.350.64118.1221.0529.8
Hex3D5C3C220234076151e
Octal7513474420431001662536
Binary11110110111001111001000100100011100000011101101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,92,60); }

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

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

 a { background-color: rgb(61,92,60); }

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

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

 span { border-color: rgb(61,92,60); }

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