#395047

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

Shades of Corduroy #395047

Tints of Corduroy #395047

Color information

#395047 (or 0x395047) is unknown color: approx Corduroy. HEX triplet: 39, 50 and 47. RGB value is (57,80,71). Sum of RGB (Red+Green+Blue) = 57+80+71=208 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.40% from 208); Green value is 80 (31.64% from 255 or 38.46% from 208); Blue value is 71 (28.12% from 255 or 34.13% from 208); Max value from RGB is 80 - color contains mainly: green. Hex color #395047 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395047 is #C6AFB8. Grayscale: #484848. Windows color (decimal): -13021113 or 4673593. OLE color: 4673593.

HSL color Cylindrical-coordinate representation of color #395047: hue angle of 156.52º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #395047 is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.69.

Color convert

RGB578071-
CMYK0.2900.110.69
HSL156.52º16.79%26.86%-
HSV(B)156.52º28.75%31.37%-
XYZ5.697.067.02-
YUV72.1127.38117.23-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.40%
GREEN value IS 80 (31.64% from 255) = 38.46%
BLUE value IS 71 (28.12% from 255) = 34.13%
R=27.40%
G=38.46%
B=34.13%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5780710.2900.110.69156.5216.7926.86
Hex3950471D0B459d111b
Octal71120107350131052352133
Binary1110011010000100011111101010111000101100111011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395047; }

 p { color: rgb(57,80,71); }

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

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

 a { background-color: rgb(57,80,71); }

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

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

 span { border-color: rgb(57,80,71); }

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