#3A4F47

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

Shades of Corduroy #3A4F47

Tints of Corduroy #3A4F47

Color information

#3A4F47 (or 0x3A4F47) is unknown color: approx Corduroy. HEX triplet: 3A, 4F and 47. RGB value is (58,79,71). Sum of RGB (Red+Green+Blue) = 58+79+71=208 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.88% from 208); Green value is 79 (31.25% from 255 or 37.98% from 208); Blue value is 71 (28.12% from 255 or 34.13% from 208); Max value from RGB is 79 - color contains mainly: green. Hex color #3A4F47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A4F47 is #C5B0B8. Grayscale: #474747. Windows color (decimal): -12955833 or 4673338. OLE color: 4673338.

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

Color convert

RGB587971-
CMYK0.2700.100.69
HSL157.14º15.33%26.86%-
HSV(B)157.14º26.58%30.98%-
XYZ5.686.957-
YUV71.81127.54118.15-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.88%
GREEN value IS 79 (31.25% from 255) = 37.98%
BLUE value IS 71 (28.12% from 255) = 34.13%
R=27.88%
G=37.98%
B=34.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5879710.2700.100.69157.1415.3326.86
Hex3A4F471B0A459df1b
Octal72117107330121052351733
Binary111010100111110001111101101010100010110011101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A4F47; }

 p { color: rgb(58,79,71); }

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

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

 a { background-color: rgb(58,79,71); }

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

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

 span { border-color: rgb(58,79,71); }

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