#3D553E

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

Shades of Grey-Asparagus #3D553E

Tints of Grey-Asparagus #3D553E

Color information

#3D553E (or 0x3D553E) is unknown color: approx Grey-Asparagus. HEX triplet: 3D, 55 and 3E. RGB value is (61,85,62). Sum of RGB (Red+Green+Blue) = 61+85+62=208 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.33% from 208); Green value is 85 (33.59% from 255 or 40.87% from 208); Blue value is 62 (24.61% from 255 or 29.81% from 208); Max value from RGB is 85 - color contains mainly: green. Hex color #3D553E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D553E is #C2AAC1. Grayscale: #4B4B4B. Windows color (decimal): -12757698 or 4085053. OLE color: 4085053.

HSL color Cylindrical-coordinate representation of color #3D553E: hue angle of 122.5º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3D553E is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB618562-
CMYK0.2800.270.67
HSL122.5º16.44%28.63%-
HSV(B)122.5º28.24%33.33%-
XYZ6.047.845.75-
YUV75.2120.55117.87-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 29.33%
GREEN value IS 85 (33.59% from 255) = 40.87%
BLUE value IS 62 (24.61% from 255) = 29.81%
R=29.33%
G=40.87%
B=29.81%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6185620.2800.270.67122.516.4428.63
Hex3D553E1C01B437a101d
Octal7512576340331031722035
Binary111101101010111111011100011011100001111110101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D553E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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