#39484C

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

Shades of Atomic #39484C

Tints of Atomic #39484C

Color information

#39484C (or 0x39484C) is unknown color: approx Atomic. HEX triplet: 39, 48 and 4C. RGB value is (57,72,76). Sum of RGB (Red+Green+Blue) = 57+72+76=205 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.80% from 205); Green value is 72 (28.52% from 255 or 35.12% from 205); Blue value is 76 (30.08% from 255 or 37.07% from 205); Max value from RGB is 76 - color contains mainly: blue. Hex color #39484C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39484C is #C6B7B3. Grayscale: #434343. Windows color (decimal): -13023156 or 4999225. OLE color: 4999225.

HSL color Cylindrical-coordinate representation of color #39484C: hue angle of 192.63º 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 #39484C is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB577276-
CMYK0.250.0500.70
HSL192.63º14.29%26.08%-
HSV(B)192.63º25%29.8%-
XYZ5.316.037.72-
YUV67.97132.53120.17-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.80%
GREEN value IS 72 (28.52% from 255) = 35.12%
BLUE value IS 76 (30.08% from 255) = 37.07%
R=27.80%
G=35.12%
B=37.07%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5772760.250.0500.70192.6314.2926.08
Hex39484C195046c1e1a
Octal7111011431501063011632
Binary11100110010001001100110011010100011011000001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39484C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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