#3D474D

Color #3D474D Arsenic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Arsenic #3D474D

Tints of Arsenic #3D474D

Color information

#3D474D (or 0x3D474D) is unknown color: approx Arsenic. HEX triplet: 3D, 47 and 4D. RGB value is (61,71,77). Sum of RGB (Red+Green+Blue) = 61+71+77=209 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.19% from 209); Green value is 71 (28.12% from 255 or 33.97% from 209); Blue value is 77 (30.47% from 255 or 36.84% from 209); Max value from RGB is 77 - color contains mainly: blue. Hex color #3D474D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D474D is #C2B8B2. Grayscale: #444444. Windows color (decimal): -12761267 or 5064509. OLE color: 5064509.

HSL color Cylindrical-coordinate representation of color #3D474D: hue angle of 202.5º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3D474D is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB617177-
CMYK0.210.0800.70
HSL202.5º11.59%27.06%-
HSV(B)202.5º20.78%30.2%-
XYZ5.526.037.9-
YUV68.69132.69122.51-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 29.19%
GREEN value IS 71 (28.12% from 255) = 33.97%
BLUE value IS 77 (30.47% from 255) = 36.84%
R=29.19%
G=33.97%
B=36.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6171770.210.0800.70202.511.5927.06
Hex3D474D158046cac1b
Octal75107115251001063121433
Binary111101100011110011011010110000100011011001010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D474D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,71,77); }

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

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

 a { background-color: rgb(61,71,77); }

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

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

 span { border-color: rgb(61,71,77); }

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