#3C504C

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

Shades of Corduroy #3C504C

Tints of Corduroy #3C504C

Color information

#3C504C (or 0x3C504C) is unknown color: approx Corduroy. HEX triplet: 3C, 50 and 4C. RGB value is (60,80,76). Sum of RGB (Red+Green+Blue) = 60+80+76=216 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.78% from 216); Green value is 80 (31.64% from 255 or 37.04% from 216); Blue value is 76 (30.08% from 255 or 35.19% from 216); Max value from RGB is 80 - color contains mainly: green. Hex color #3C504C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C504C is #C3AFB3. Grayscale: #494949. Windows color (decimal): -12824500 or 5001276. OLE color: 5001276.

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

Color convert

RGB608076-
CMYK0.2500.050.69
HSL168º14.29%27.45%-
HSV(B)168º25%31.37%-
XYZ6.047.227.91-
YUV73.56129.37118.33-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.78%
GREEN value IS 80 (31.64% from 255) = 37.04%
BLUE value IS 76 (30.08% from 255) = 35.19%
R=27.78%
G=37.04%
B=35.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6080760.2500.050.6916814.2927.45
Hex3C504C190545a8e1b
Octal7412011431051052501633
Binary11110010100001001100110010101100010110101000111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C504C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,80,76); }

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

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

 a { background-color: rgb(60,80,76); }

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

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

 span { border-color: rgb(60,80,76); }

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