#3B4D48

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

Shades of Corduroy #3B4D48

Tints of Corduroy #3B4D48

Color information

#3B4D48 (or 0x3B4D48) is unknown color: approx Corduroy. HEX triplet: 3B, 4D and 48. RGB value is (59,77,72). Sum of RGB (Red+Green+Blue) = 59+77+72=208 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.37% from 208); Green value is 77 (30.47% from 255 or 37.02% from 208); Blue value is 72 (28.52% from 255 or 34.62% from 208); Max value from RGB is 77 - color contains mainly: green. Hex color #3B4D48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B4D48 is #C4B2B7. Grayscale: #474747. Windows color (decimal): -12890808 or 4738363. OLE color: 4738363.

HSL color Cylindrical-coordinate representation of color #3B4D48: hue angle of 163.33º degrees, saturation: 0.13, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3B4D48 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.70.

Color convert

RGB597772-
CMYK0.2300.060.70
HSL163.33º13.24%26.67%-
HSV(B)163.33º23.38%30.2%-
XYZ5.636.717.13-
YUV71.05128.54119.41-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 28.37%
GREEN value IS 77 (30.47% from 255) = 37.02%
BLUE value IS 72 (28.52% from 255) = 34.62%
R=28.37%
G=37.02%
B=34.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5977720.2300.060.70163.3313.2426.67
Hex3B4D48170646a3d1b
Octal7311511027061062431533
Binary11101110011011001000101110110100011010100011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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