#39474C

Color #39474C Atomic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atomic #39474C

Tints of Atomic #39474C

Color information

#39474C (or 0x39474C) is unknown color: approx Atomic. HEX triplet: 39, 47 and 4C. RGB value is (57,71,76). Sum of RGB (Red+Green+Blue) = 57+71+76=204 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.94% from 204); Green value is 71 (28.12% from 255 or 34.80% from 204); Blue value is 76 (30.08% from 255 or 37.25% from 204); Max value from RGB is 76 - color contains mainly: blue. Hex color #39474C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39474C is #C6B8B3. Grayscale: #434343. Windows color (decimal): -13023412 or 4998969. OLE color: 4998969.

HSL color Cylindrical-coordinate representation of color #39474C: hue angle of 195.79º degrees, saturation: 0.14, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #39474C is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB577176-
CMYK0.250.0700.70
HSL195.79º14.29%26.08%-
HSV(B)195.79º25%29.8%-
XYZ5.255.97.7-
YUV67.38132.86120.59-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.94%
GREEN value IS 71 (28.12% from 255) = 34.80%
BLUE value IS 76 (30.08% from 255) = 37.25%
R=27.94%
G=34.80%
B=37.25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5771760.250.0700.70195.7914.2926.08
Hex39474C197046c4e1a
Octal7110711431701063041632
Binary11100110001111001100110011110100011011000100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39474C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39474C; }

 p { color: rgb(57,71,76); }

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

<style>
 a { background-color: #39474C; }

 a { background-color: rgb(57,71,76); }

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

<style>
 span { border-color: #39474C; }

 span { border-color: rgb(57,71,76); }

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