#3B524C

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

Shades of Corduroy #3B524C

Tints of Corduroy #3B524C

Color information

#3B524C (or 0x3B524C) is unknown color: approx Corduroy. HEX triplet: 3B, 52 and 4C. RGB value is (59,82,76). Sum of RGB (Red+Green+Blue) = 59+82+76=217 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.19% from 217); Green value is 82 (32.42% from 255 or 37.79% from 217); Blue value is 76 (30.08% from 255 or 35.02% from 217); Max value from RGB is 82 - color contains mainly: green. Hex color #3B524C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B524C is #C4ADB3. Grayscale: #4A4A4A. Windows color (decimal): -12889524 or 5001787. OLE color: 5001787.

HSL color Cylindrical-coordinate representation of color #3B524C: hue angle of 164.35º 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 #3B524C is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.68.

Color convert

RGB598276-
CMYK0.2800.070.68
HSL164.35º16.31%27.65%-
HSV(B)164.35º28.05%32.16%-
XYZ6.137.497.96-
YUV74.44128.88116.99-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 27.19%
GREEN value IS 82 (32.42% from 255) = 37.79%
BLUE value IS 76 (30.08% from 255) = 35.02%
R=27.19%
G=37.79%
B=35.02%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5982760.2800.070.68164.3516.3127.65
Hex3B524C1C0744a4101c
Octal7312211434071042442034
Binary111011101001010011001110001111000100101001001000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B524C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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