#394D48

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

Shades of Corduroy #394D48

Tints of Corduroy #394D48

Color information

#394D48 (or 0x394D48) is unknown color: approx Corduroy. HEX triplet: 39, 4D and 48. RGB value is (57,77,72). Sum of RGB (Red+Green+Blue) = 57+77+72=206 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.67% from 206); Green value is 77 (30.47% from 255 or 37.38% from 206); Blue value is 72 (28.52% from 255 or 34.95% from 206); Max value from RGB is 77 - color contains mainly: green. Hex color #394D48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #394D48 is #C6B2B7. Grayscale: #464646. Windows color (decimal): -13021880 or 4738361. OLE color: 4738361.

HSL color Cylindrical-coordinate representation of color #394D48: hue angle of 165º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #394D48 is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.70.

Color convert

RGB577772-
CMYK0.2600.060.70
HSL165º14.93%26.27%-
HSV(B)165º25.97%30.2%-
XYZ5.516.657.12-
YUV70.45128.87118.41-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.67%
GREEN value IS 77 (30.47% from 255) = 37.38%
BLUE value IS 72 (28.52% from 255) = 34.95%
R=27.67%
G=37.38%
B=34.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5777720.2600.060.7016514.9326.27
Hex394D481A0646a5f1a
Octal7111511032061062451732
Binary11100110011011001000110100110100011010100101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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