#3B4E46

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

Shades of Corduroy #3B4E46

Tints of Corduroy #3B4E46

Color information

#3B4E46 (or 0x3B4E46) is unknown color: approx Corduroy. HEX triplet: 3B, 4E and 46. RGB value is (59,78,70). Sum of RGB (Red+Green+Blue) = 59+78+70=207 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.50% from 207); Green value is 78 (30.86% from 255 or 37.68% from 207); Blue value is 70 (27.73% from 255 or 33.82% from 207); Max value from RGB is 78 - color contains mainly: green. Hex color #3B4E46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B4E46 is #C4B1B9. Grayscale: #474747. Windows color (decimal): -12890554 or 4607547. OLE color: 4607547.

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

Color convert

RGB597870-
CMYK0.2400.100.69
HSL154.74º13.87%26.86%-
HSV(B)154.74º24.36%30.59%-
XYZ5.636.826.81-
YUV71.41127.21119.15-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 28.50%
GREEN value IS 78 (30.86% from 255) = 37.68%
BLUE value IS 70 (27.73% from 255) = 33.82%
R=28.50%
G=37.68%
B=33.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5978700.2400.100.69154.7413.8726.86
Hex3B4E46180A459be1b
Octal73116106300121052331633
Binary111011100111010001101100001010100010110011011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,78,70); }

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

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

 a { background-color: rgb(59,78,70); }

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

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

 span { border-color: rgb(59,78,70); }

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