#394E45

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

Shades of Corduroy #394E45

Tints of Corduroy #394E45

Color information

#394E45 (or 0x394E45) is unknown color: approx Corduroy. HEX triplet: 39, 4E and 45. RGB value is (57,78,69). Sum of RGB (Red+Green+Blue) = 57+78+69=204 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.94% from 204); Green value is 78 (30.86% from 255 or 38.24% from 204); Blue value is 69 (27.34% from 255 or 33.82% from 204); Max value from RGB is 78 - color contains mainly: green. Hex color #394E45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #394E45 is #C6B1BA. Grayscale: #464646. Windows color (decimal): -13021627 or 4542009. OLE color: 4542009.

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

Color convert

RGB577869-
CMYK0.2700.120.69
HSL154.29º15.56%26.47%-
HSV(B)154.29º26.92%30.59%-
XYZ5.496.756.64-
YUV70.69127.04118.23-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.94%
GREEN value IS 78 (30.86% from 255) = 38.24%
BLUE value IS 69 (27.34% from 255) = 33.82%
R=27.94%
G=38.24%
B=33.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5778690.2700.120.69154.2915.5626.47
Hex394E451B0C459a101a
Octal71116105330141052322032
Binary1110011001110100010111011011001000101100110101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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