#3C544D

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

Shades of Corduroy #3C544D

Tints of Corduroy #3C544D

Color information

#3C544D (or 0x3C544D) is unknown color: approx Corduroy. HEX triplet: 3C, 54 and 4D. RGB value is (60,84,77). Sum of RGB (Red+Green+Blue) = 60+84+77=221 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.15% from 221); Green value is 84 (33.20% from 255 or 38.01% from 221); Blue value is 77 (30.47% from 255 or 34.84% from 221); Max value from RGB is 84 - color contains mainly: green. Hex color #3C544D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C544D is #C3ABB2. Grayscale: #4C4C4C. Windows color (decimal): -12823475 or 5067836. OLE color: 5067836.

HSL color Cylindrical-coordinate representation of color #3C544D: hue angle of 162.5º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3C544D is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB608477-
CMYK0.2900.080.67
HSL162.5º16.67%28.24%-
HSV(B)162.5º28.57%32.94%-
XYZ6.377.848.2-
YUV76.03128.55116.57-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.15%
GREEN value IS 84 (33.20% from 255) = 38.01%
BLUE value IS 77 (30.47% from 255) = 34.84%
R=27.15%
G=38.01%
B=34.84%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6084770.2900.080.67162.516.6728.24
Hex3C544D1D0843a2111c
Octal74124115350101032422134
Binary1111001010100100110111101010001000011101000101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C544D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,84,77); }

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

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

 a { background-color: rgb(60,84,77); }

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

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

 span { border-color: rgb(60,84,77); }

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