#394E4A

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

Shades of Corduroy #394E4A

Tints of Corduroy #394E4A

Color information

#394E4A (or 0x394E4A) is unknown color: approx Corduroy. HEX triplet: 39, 4E and 4A. RGB value is (57,78,74). Sum of RGB (Red+Green+Blue) = 57+78+74=209 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.27% from 209); Green value is 78 (30.86% from 255 or 37.32% from 209); Blue value is 74 (29.30% from 255 or 35.41% from 209); Max value from RGB is 78 - color contains mainly: green. Hex color #394E4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #394E4A is #C6B1B5. Grayscale: #474747. Windows color (decimal): -13021622 or 4869689. OLE color: 4869689.

HSL color Cylindrical-coordinate representation of color #394E4A: hue angle of 168.57º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #394E4A is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB577874-
CMYK0.2700.050.69
HSL168.57º15.56%26.47%-
HSV(B)168.57º26.92%30.59%-
XYZ5.656.817.5-
YUV71.26129.54117.83-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.27%
GREEN value IS 78 (30.86% from 255) = 37.32%
BLUE value IS 74 (29.30% from 255) = 35.41%
R=27.27%
G=37.32%
B=35.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5778740.2700.050.69168.5715.5626.47
Hex394E4A1B0545a9101a
Octal7111611233051052512032
Binary111001100111010010101101101011000101101010011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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