#3A4D49

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

Shades of Corduroy #3A4D49

Tints of Corduroy #3A4D49

Color information

#3A4D49 (or 0x3A4D49) is unknown color: approx Corduroy. HEX triplet: 3A, 4D and 49. RGB value is (58,77,73). Sum of RGB (Red+Green+Blue) = 58+77+73=208 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.88% from 208); Green value is 77 (30.47% from 255 or 37.02% from 208); Blue value is 73 (28.91% from 255 or 35.10% from 208); Max value from RGB is 77 - color contains mainly: green. Hex color #3A4D49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A4D49 is #C5B2B6. Grayscale: #464646. Windows color (decimal): -12956343 or 4803898. OLE color: 4803898.

HSL color Cylindrical-coordinate representation of color #3A4D49: hue angle of 167.37º degrees, saturation: 0.14, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3A4D49 is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.70.

Color convert

RGB587773-
CMYK0.2500.050.70
HSL167.37º14.07%26.47%-
HSV(B)167.37º24.68%30.2%-
XYZ5.66.697.3-
YUV70.86129.21118.83-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.88%
GREEN value IS 77 (30.47% from 255) = 37.02%
BLUE value IS 73 (28.91% from 255) = 35.10%
R=27.88%
G=37.02%
B=35.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5877730.2500.050.70167.3714.0726.47
Hex3A4D49190546a7e1a
Octal7211511131051062471632
Binary11101010011011001001110010101100011010100111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,77,73); }

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

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

 a { background-color: rgb(58,77,73); }

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

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

 span { border-color: rgb(58,77,73); }

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