#395349

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

Shades of Corduroy #395349

Tints of Corduroy #395349

Color information

#395349 (or 0x395349) is unknown color: approx Corduroy. HEX triplet: 39, 53 and 49. RGB value is (57,83,73). Sum of RGB (Red+Green+Blue) = 57+83+73=213 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.76% from 213); Green value is 83 (32.81% from 255 or 38.97% from 213); Blue value is 73 (28.91% from 255 or 34.27% from 213); Max value from RGB is 83 - color contains mainly: green. Hex color #395349 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395349 is #C6ACB6. Grayscale: #4A4A4A. Windows color (decimal): -13020343 or 4805433. OLE color: 4805433.

HSL color Cylindrical-coordinate representation of color #395349: hue angle of 156.92º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #395349 is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB578373-
CMYK0.3100.120.67
HSL156.92º18.57%27.45%-
HSV(B)156.92º31.33%32.55%-
XYZ5.987.547.44-
YUV74.09127.39115.81-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.76%
GREEN value IS 83 (32.81% from 255) = 38.97%
BLUE value IS 73 (28.91% from 255) = 34.27%
R=26.76%
G=38.97%
B=34.27%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5783730.3100.120.67156.9218.5727.45
Hex3953491F0C439d131b
Octal71123111370141032352333
Binary1110011010011100100111111011001000011100111011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395349; }

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

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

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

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

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

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

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

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