#394D49

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

Shades of Corduroy #394D49

Tints of Corduroy #394D49

Color information

#394D49 (or 0x394D49) is unknown color: approx Corduroy. HEX triplet: 39, 4D and 49. RGB value is (57,77,73). Sum of RGB (Red+Green+Blue) = 57+77+73=207 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.54% from 207); Green value is 77 (30.47% from 255 or 37.20% from 207); Blue value is 73 (28.91% from 255 or 35.27% from 207); Max value from RGB is 77 - color contains mainly: green. Hex color #394D49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #394D49 is #C6B2B6. Grayscale: #464646. Windows color (decimal): -13021879 or 4803897. OLE color: 4803897.

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

Color convert

RGB577773-
CMYK0.2600.050.70
HSL168º14.93%26.27%-
HSV(B)168º25.97%30.2%-
XYZ5.546.667.3-
YUV70.56129.37118.33-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.54%
GREEN value IS 77 (30.47% from 255) = 37.20%
BLUE value IS 73 (28.91% from 255) = 35.27%
R=27.54%
G=37.20%
B=35.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5777730.2600.050.7016814.9326.27
Hex394D491A0546a8f1a
Octal7111511132051062501732
Binary11100110011011001001110100101100011010101000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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