#394F49

Color #394F49 Corduroy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corduroy #394F49

Tints of Corduroy #394F49

Color information

#394F49 (or 0x394F49) is unknown color: approx Corduroy. HEX triplet: 39, 4F and 49. RGB value is (57,79,73). Sum of RGB (Red+Green+Blue) = 57+79+73=209 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.27% from 209); Green value is 79 (31.25% from 255 or 37.80% from 209); Blue value is 73 (28.91% from 255 or 34.93% from 209); Max value from RGB is 79 - color contains mainly: green. Hex color #394F49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #394F49 is #C6B0B6. Grayscale: #474747. Windows color (decimal): -13021367 or 4804409. OLE color: 4804409.

HSL color Cylindrical-coordinate representation of color #394F49: hue angle of 163.64º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #394F49 is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB577973-
CMYK0.2800.080.69
HSL163.64º16.18%26.67%-
HSV(B)163.64º27.85%30.98%-
XYZ5.696.947.34-
YUV71.74128.71117.49-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.27%
GREEN value IS 79 (31.25% from 255) = 37.80%
BLUE value IS 73 (28.91% from 255) = 34.93%
R=27.27%
G=37.80%
B=34.93%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5779730.2800.080.69163.6416.1826.67
Hex394F491C0845a4101b
Octal71117111340101052442033
Binary1110011001111100100111100010001000101101001001000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394F49; }

 p { color: rgb(57,79,73); }

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

<style>
 a { background-color: #394F49; }

 a { background-color: rgb(57,79,73); }

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

<style>
 span { border-color: #394F49; }

 span { border-color: rgb(57,79,73); }

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