#3D513C

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

Shades of Grey-Asparagus #3D513C

Tints of Grey-Asparagus #3D513C

Color information

#3D513C (or 0x3D513C) is unknown color: approx Grey-Asparagus. HEX triplet: 3D, 51 and 3C. RGB value is (61,81,60). Sum of RGB (Red+Green+Blue) = 61+81+60=202 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.20% from 202); Green value is 81 (32.03% from 255 or 40.10% from 202); Blue value is 60 (23.83% from 255 or 29.70% from 202); Max value from RGB is 81 - color contains mainly: green. Hex color #3D513C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D513C is #C2AEC3. Grayscale: #484848. Windows color (decimal): -12758724 or 3952957. OLE color: 3952957.

HSL color Cylindrical-coordinate representation of color #3D513C: hue angle of 117.14º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3D513C is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.68.

Color convert

RGB618160-
CMYK0.2500.260.68
HSL117.14º14.89%27.65%-
HSV(B)117.14º25.93%31.76%-
XYZ5.687.25.37-
YUV72.63120.87119.71-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 30.20%
GREEN value IS 81 (32.03% from 255) = 40.10%
BLUE value IS 60 (23.83% from 255) = 29.70%
R=30.20%
G=40.10%
B=29.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6181600.2500.260.68117.1414.8927.65
Hex3D513C1901A4475f1c
Octal7512174310321041651734
Binary11110110100011111001100101101010001001110101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D513C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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