#3B5048

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

Shades of Corduroy #3B5048

Tints of Corduroy #3B5048

Color information

#3B5048 (or 0x3B5048) is unknown color: approx Corduroy. HEX triplet: 3B, 50 and 48. RGB value is (59,80,72). Sum of RGB (Red+Green+Blue) = 59+80+72=211 (27% of max value = 765). Red value is 59 (23.44% from 255 or 27.96% from 211); Green value is 80 (31.64% from 255 or 37.91% from 211); Blue value is 72 (28.52% from 255 or 34.12% from 211); Max value from RGB is 80 - color contains mainly: green. Hex color #3B5048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5048 is #C4AFB7. Grayscale: #484848. Windows color (decimal): -12890040 or 4739131. OLE color: 4739131.

HSL color Cylindrical-coordinate representation of color #3B5048: 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.26%. Process color model (Four color, CMYK) of #3B5048 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB598072-
CMYK0.2600.100.69
HSL157.14º15.11%27.25%-
HSV(B)157.14º26.25%31.37%-
XYZ5.847.147.2-
YUV72.81127.54118.15-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 27.96%
GREEN value IS 80 (31.64% from 255) = 37.91%
BLUE value IS 72 (28.52% from 255) = 34.12%
R=27.96%
G=37.91%
B=34.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5980720.2600.100.69157.1415.1127.25
Hex3B50481A0A459df1b
Octal73120110320121052351733
Binary111011101000010010001101001010100010110011101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,80,72); }

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

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

 a { background-color: rgb(59,80,72); }

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

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

 span { border-color: rgb(59,80,72); }

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