#394F4A

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

Shades of Corduroy #394F4A

Tints of Corduroy #394F4A

Color information

#394F4A (or 0x394F4A) is unknown color: approx Corduroy. HEX triplet: 39, 4F and 4A. RGB value is (57,79,74). Sum of RGB (Red+Green+Blue) = 57+79+74=210 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.14% from 210); Green value is 79 (31.25% from 255 or 37.62% from 210); Blue value is 74 (29.30% from 255 or 35.24% from 210); Max value from RGB is 79 - color contains mainly: green. Hex color #394F4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #394F4A is #C6B0B5. Grayscale: #474747. Windows color (decimal): -13021366 or 4869945. OLE color: 4869945.

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

Color convert

RGB577974-
CMYK0.2800.060.69
HSL166.36º16.18%26.67%-
HSV(B)166.36º27.85%30.98%-
XYZ5.726.967.52-
YUV71.85129.21117.41-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.14%
GREEN value IS 79 (31.25% from 255) = 37.62%
BLUE value IS 74 (29.30% from 255) = 35.24%
R=27.14%
G=37.62%
B=35.24%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5779740.2800.060.69166.3616.1826.67
Hex394F4A1C0645a6101b
Octal7111711234061052462033
Binary111001100111110010101110001101000101101001101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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