#3B5249

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

Shades of Corduroy #3B5249

Tints of Corduroy #3B5249

Color information

#3B5249 (or 0x3B5249) is unknown color: approx Corduroy. HEX triplet: 3B, 52 and 49. RGB value is (59,82,73). Sum of RGB (Red+Green+Blue) = 59+82+73=214 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.57% from 214); Green value is 82 (32.42% from 255 or 38.32% from 214); Blue value is 73 (28.91% from 255 or 34.11% from 214); Max value from RGB is 82 - color contains mainly: green. Hex color #3B5249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5249 is #C4ADB6. Grayscale: #4A4A4A. Windows color (decimal): -12889527 or 4805179. OLE color: 4805179.

HSL color Cylindrical-coordinate representation of color #3B5249: hue angle of 156.52º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3B5249 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.68.

Color convert

RGB598273-
CMYK0.2800.110.68
HSL156.52º16.31%27.65%-
HSV(B)156.52º28.05%32.16%-
XYZ6.027.457.42-
YUV74.1127.38117.23-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 27.57%
GREEN value IS 82 (32.42% from 255) = 38.32%
BLUE value IS 73 (28.91% from 255) = 34.11%
R=27.57%
G=38.32%
B=34.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5982730.2800.110.68156.5216.3127.65
Hex3B52491C0B449d101c
Octal73122111340131042352034
Binary1110111010010100100111100010111000100100111011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,82,73); }

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

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

 a { background-color: rgb(59,82,73); }

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

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

 span { border-color: rgb(59,82,73); }

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