#3B5148

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

Shades of Corduroy #3B5148

Tints of Corduroy #3B5148

Color information

#3B5148 (or 0x3B5148) is unknown color: approx Corduroy. HEX triplet: 3B, 51 and 48. RGB value is (59,81,72). Sum of RGB (Red+Green+Blue) = 59+81+72=212 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.83% from 212); Green value is 81 (32.03% from 255 or 38.21% from 212); Blue value is 72 (28.52% from 255 or 33.96% from 212); Max value from RGB is 81 - color contains mainly: green. Hex color #3B5148 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5148 is #C4AEB7. Grayscale: #494949. Windows color (decimal): -12889784 or 4739387. OLE color: 4739387.

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

Color convert

RGB598172-
CMYK0.2700.110.68
HSL155.45º15.71%27.45%-
HSV(B)155.45º27.16%31.76%-
XYZ5.927.287.22-
YUV73.4127.21117.73-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 27.83%
GREEN value IS 81 (32.03% from 255) = 38.21%
BLUE value IS 72 (28.52% from 255) = 33.96%
R=27.83%
G=38.21%
B=33.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5981720.2700.110.68155.4515.7127.45
Hex3B51481B0B449b101b
Octal73121110330131042332033
Binary1110111010001100100011011010111000100100110111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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