#3C504B

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

Shades of Corduroy #3C504B

Tints of Corduroy #3C504B

Color information

#3C504B (or 0x3C504B) is unknown color: approx Corduroy. HEX triplet: 3C, 50 and 4B. RGB value is (60,80,75). Sum of RGB (Red+Green+Blue) = 60+80+75=215 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.91% from 215); Green value is 80 (31.64% from 255 or 37.21% from 215); Blue value is 75 (29.69% from 255 or 34.88% from 215); Max value from RGB is 80 - color contains mainly: green. Hex color #3C504B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C504B is #C3AFB4. Grayscale: #494949. Windows color (decimal): -12824501 or 4935740. OLE color: 4935740.

HSL color Cylindrical-coordinate representation of color #3C504B: hue angle of 165º 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 #3C504B is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB608075-
CMYK0.2500.060.69
HSL165º14.29%27.45%-
HSV(B)165º25%31.37%-
XYZ67.217.73-
YUV73.45128.87118.41-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.91%
GREEN value IS 80 (31.64% from 255) = 37.21%
BLUE value IS 75 (29.69% from 255) = 34.88%
R=27.91%
G=37.21%
B=34.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6080750.2500.060.6916514.2927.45
Hex3C504B190645a5e1b
Octal7412011331061052451633
Binary11110010100001001011110010110100010110100101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C504B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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