#3C524B

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

Shades of Corduroy #3C524B

Tints of Corduroy #3C524B

Color information

#3C524B (or 0x3C524B) is unknown color: approx Corduroy. HEX triplet: 3C, 52 and 4B. RGB value is (60,82,75). Sum of RGB (Red+Green+Blue) = 60+82+75=217 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.65% from 217); Green value is 82 (32.42% from 255 or 37.79% from 217); Blue value is 75 (29.69% from 255 or 34.56% from 217); Max value from RGB is 82 - color contains mainly: green. Hex color #3C524B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C524B is #C3ADB4. Grayscale: #4A4A4A. Windows color (decimal): -12823989 or 4936252. OLE color: 4936252.

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

Color convert

RGB608275-
CMYK0.2700.090.68
HSL160.91º15.49%27.84%-
HSV(B)160.91º26.83%32.16%-
XYZ6.157.57.78-
YUV74.62128.21117.57-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.65%
GREEN value IS 82 (32.42% from 255) = 37.79%
BLUE value IS 75 (29.69% from 255) = 34.56%
R=27.65%
G=37.79%
B=34.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6082750.2700.090.68160.9115.4927.84
Hex3C524B1B0944a1f1c
Octal74122113330111042411734
Binary111100101001010010111101101001100010010100001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C524B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,82,75); }

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

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

 a { background-color: rgb(60,82,75); }

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

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

 span { border-color: rgb(60,82,75); }

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