#39454D

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

Shades of Arsenic #39454D

Tints of Arsenic #39454D

Color information

#39454D (or 0x39454D) is unknown color: approx Arsenic. HEX triplet: 39, 45 and 4D. RGB value is (57,69,77). Sum of RGB (Red+Green+Blue) = 57+69+77=203 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.08% from 203); Green value is 69 (27.34% from 255 or 33.99% from 203); Blue value is 77 (30.47% from 255 or 37.93% from 203); Max value from RGB is 77 - color contains mainly: blue. Hex color #39454D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39454D is #C6BAB2. Grayscale: #424242. Windows color (decimal): -13023923 or 5063993. OLE color: 5063993.

HSL color Cylindrical-coordinate representation of color #39454D: hue angle of 204º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #39454D is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB576977-
CMYK0.260.1000.70
HSL204º14.93%26.27%-
HSV(B)204º25.97%30.2%-
XYZ5.165.667.84-
YUV66.32134.02121.35-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.08%
GREEN value IS 69 (27.34% from 255) = 33.99%
BLUE value IS 77 (30.47% from 255) = 37.93%
R=28.08%
G=33.99%
B=37.93%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5769770.260.1000.7020414.9326.27
Hex39454D1AA046ccf1a
Octal71105115321201063141732
Binary111001100010110011011101010100100011011001100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39454D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39454D; }

 p { color: rgb(57,69,77); }

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

<style>
 a { background-color: #39454D; }

 a { background-color: rgb(57,69,77); }

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

<style>
 span { border-color: #39454D; }

 span { border-color: rgb(57,69,77); }

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