#394E46

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

Shades of Corduroy #394E46

Tints of Corduroy #394E46

Color information

#394E46 (or 0x394E46) is unknown color: approx Corduroy. HEX triplet: 39, 4E and 46. RGB value is (57,78,70). Sum of RGB (Red+Green+Blue) = 57+78+70=205 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.80% from 205); Green value is 78 (30.86% from 255 or 38.05% from 205); Blue value is 70 (27.73% from 255 or 34.15% from 205); Max value from RGB is 78 - color contains mainly: green. Hex color #394E46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #394E46 is #C6B1B9. Grayscale: #464646. Windows color (decimal): -13021626 or 4607545. OLE color: 4607545.

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

Color convert

RGB577870-
CMYK0.2700.100.69
HSL157.14º15.56%26.47%-
HSV(B)157.14º26.92%30.59%-
XYZ5.526.766.81-
YUV70.81127.54118.15-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.80%
GREEN value IS 78 (30.86% from 255) = 38.05%
BLUE value IS 70 (27.73% from 255) = 34.15%
R=27.80%
G=38.05%
B=34.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5778700.2700.100.69157.1415.5626.47
Hex394E461B0A459d101a
Octal71116106330121052352032
Binary1110011001110100011011011010101000101100111011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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