#395149

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

Shades of Corduroy #395149

Tints of Corduroy #395149

Color information

#395149 (or 0x395149) is unknown color: approx Corduroy. HEX triplet: 39, 51 and 49. RGB value is (57,81,73). Sum of RGB (Red+Green+Blue) = 57+81+73=211 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.01% from 211); Green value is 81 (32.03% from 255 or 38.39% from 211); Blue value is 73 (28.91% from 255 or 34.60% from 211); Max value from RGB is 81 - color contains mainly: green. Hex color #395149 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395149 is #C6AEB6. Grayscale: #484848. Windows color (decimal): -13020855 or 4804921. OLE color: 4804921.

HSL color Cylindrical-coordinate representation of color #395149: hue angle of 160º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #395149 is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB578173-
CMYK0.3000.100.68
HSL160º17.39%27.06%-
HSV(B)160º29.63%31.76%-
XYZ5.837.247.39-
YUV72.91128.05116.65-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.01%
GREEN value IS 81 (32.03% from 255) = 38.39%
BLUE value IS 73 (28.91% from 255) = 34.60%
R=27.01%
G=38.39%
B=34.60%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5781730.3000.100.6816017.3927.06
Hex3951491E0A44a0111b
Octal71121111360121042402133
Binary1110011010001100100111110010101000100101000001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395149; }

 p { color: rgb(57,81,73); }

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

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

 a { background-color: rgb(57,81,73); }

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

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

 span { border-color: rgb(57,81,73); }

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