#394C48

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

Shades of Corduroy #394C48

Tints of Corduroy #394C48

Color information

#394C48 (or 0x394C48) is unknown color: approx Corduroy. HEX triplet: 39, 4C and 48. RGB value is (57,76,72). Sum of RGB (Red+Green+Blue) = 57+76+72=205 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.80% from 205); Green value is 76 (30.08% from 255 or 37.07% from 205); Blue value is 72 (28.52% from 255 or 35.12% from 205); Max value from RGB is 76 - color contains mainly: green. Hex color #394C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394C48 is #C6B3B7. Grayscale: #454545. Windows color (decimal): -13022136 or 4738105. OLE color: 4738105.

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

Color convert

RGB577672-
CMYK0.2500.050.70
HSL167.37º14.29%26.08%-
HSV(B)167.37º25%29.8%-
XYZ5.446.517.1-
YUV69.86129.21118.83-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5776720.2500.050.70167.3714.2926.08
Hex394C48190546a7e1a
Octal7111411031051062471632
Binary11100110011001001000110010101100011010100111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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