#3D483C

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

Shades of Grey-Asparagus #3D483C

Tints of Grey-Asparagus #3D483C

Color information

#3D483C (or 0x3D483C) is unknown color: approx Grey-Asparagus. HEX triplet: 3D, 48 and 3C. RGB value is (61,72,60). Sum of RGB (Red+Green+Blue) = 61+72+60=193 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.61% from 193); Green value is 72 (28.52% from 255 or 37.31% from 193); Blue value is 60 (23.83% from 255 or 31.09% from 193); Max value from RGB is 72 - color contains mainly: green. Hex color #3D483C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D483C is #C2B7C3. Grayscale: #434343. Windows color (decimal): -12761028 or 3950653. OLE color: 3950653.

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

Color convert

RGB617260-
CMYK0.1500.170.72
HSL115º9.09%25.88%-
HSV(B)115º16.67%28.24%-
XYZ5.065.955.16-
YUV67.34123.86123.48-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 31.61%
GREEN value IS 72 (28.52% from 255) = 37.31%
BLUE value IS 60 (23.83% from 255) = 31.09%
R=31.61%
G=37.31%
B=31.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6172600.1500.170.721159.0925.88
Hex3D483CF011487391a
Octal7511074170211101631132
Binary1111011001000111100111101000110010001110011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D483C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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