#3D4A3C

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

Shades of Grey-Asparagus #3D4A3C

Tints of Grey-Asparagus #3D4A3C

Color information

#3D4A3C (or 0x3D4A3C) is unknown color: approx Grey-Asparagus. HEX triplet: 3D, 4A and 3C. RGB value is (61,74,60). Sum of RGB (Red+Green+Blue) = 61+74+60=195 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.28% from 195); Green value is 74 (29.30% from 255 or 37.95% from 195); Blue value is 60 (23.83% from 255 or 30.77% from 195); Max value from RGB is 74 - color contains mainly: green. Hex color #3D4A3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4A3C is #C2B5C3. Grayscale: #444444. Windows color (decimal): -12760516 or 3951165. OLE color: 3951165.

HSL color Cylindrical-coordinate representation of color #3D4A3C: hue angle of 115.71º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3D4A3C is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.71.

Color convert

RGB617460-
CMYK0.1800.190.71
HSL115.71º10.45%26.27%-
HSV(B)115.71º18.92%29.02%-
XYZ5.196.225.2-
YUV68.52123.19122.64-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 31.28%
GREEN value IS 74 (29.30% from 255) = 37.95%
BLUE value IS 60 (23.83% from 255) = 30.77%
R=31.28%
G=37.95%
B=30.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6174600.1800.190.71115.7110.4526.27
Hex3D4A3C120134774a1a
Octal7511274220231071641232
Binary11110110010101111001001001001110001111110100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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