#394F47

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

Shades of Corduroy #394F47

Tints of Corduroy #394F47

Color information

#394F47 (or 0x394F47) is unknown color: approx Corduroy. HEX triplet: 39, 4F and 47. RGB value is (57,79,71). Sum of RGB (Red+Green+Blue) = 57+79+71=207 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.54% from 207); Green value is 79 (31.25% from 255 or 38.16% from 207); Blue value is 71 (28.12% from 255 or 34.30% from 207); Max value from RGB is 79 - color contains mainly: green. Hex color #394F47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #394F47 is #C6B0B8. Grayscale: #474747. Windows color (decimal): -13021369 or 4673337. OLE color: 4673337.

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

Color convert

RGB577971-
CMYK0.2800.100.69
HSL158.18º16.18%26.67%-
HSV(B)158.18º27.85%30.98%-
XYZ5.626.927-
YUV71.51127.71117.65-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.54%
GREEN value IS 79 (31.25% from 255) = 38.16%
BLUE value IS 71 (28.12% from 255) = 34.30%
R=27.54%
G=38.16%
B=34.30%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5779710.2800.100.69158.1816.1826.67
Hex394F471C0A459e101b
Octal71117107340121052362033
Binary1110011001111100011111100010101000101100111101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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