#394F48

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

Shades of Corduroy #394F48

Tints of Corduroy #394F48

Color information

#394F48 (or 0x394F48) is unknown color: approx Corduroy. HEX triplet: 39, 4F and 48. RGB value is (57,79,72). Sum of RGB (Red+Green+Blue) = 57+79+72=208 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.40% from 208); Green value is 79 (31.25% from 255 or 37.98% from 208); Blue value is 72 (28.52% from 255 or 34.62% from 208); Max value from RGB is 79 - color contains mainly: green. Hex color #394F48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #394F48 is #C6B0B7. Grayscale: #474747. Windows color (decimal): -13021368 or 4738873. OLE color: 4738873.

HSL color Cylindrical-coordinate representation of color #394F48: hue angle of 160.91º 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 #394F48 is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB577972-
CMYK0.2800.090.69
HSL160.91º16.18%26.67%-
HSV(B)160.91º27.85%30.98%-
XYZ5.656.937.17-
YUV71.62128.21117.57-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.40%
GREEN value IS 79 (31.25% from 255) = 37.98%
BLUE value IS 72 (28.52% from 255) = 34.62%
R=27.40%
G=37.98%
B=34.62%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5779720.2800.090.69160.9116.1826.67
Hex394F481C0945a1101b
Octal71117110340111052412033
Binary1110011001111100100011100010011000101101000011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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