#3C544C

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

Shades of Corduroy #3C544C

Tints of Corduroy #3C544C

Color information

#3C544C (or 0x3C544C) is unknown color: approx Corduroy. HEX triplet: 3C, 54 and 4C. RGB value is (60,84,76). Sum of RGB (Red+Green+Blue) = 60+84+76=220 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.27% from 220); Green value is 84 (33.20% from 255 or 38.18% from 220); Blue value is 76 (30.08% from 255 or 34.55% from 220); Max value from RGB is 84 - color contains mainly: green. Hex color #3C544C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C544C is #C3ABB3. Grayscale: #4B4B4B. Windows color (decimal): -12823476 or 5002300. OLE color: 5002300.

HSL color Cylindrical-coordinate representation of color #3C544C: hue angle of 160º 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 #3C544C is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB608476-
CMYK0.2900.100.67
HSL160º16.67%28.24%-
HSV(B)160º28.57%32.94%-
XYZ6.347.828.01-
YUV75.91128.05116.65-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.27%
GREEN value IS 84 (33.20% from 255) = 38.18%
BLUE value IS 76 (30.08% from 255) = 34.55%
R=27.27%
G=38.18%
B=34.55%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6084760.2900.100.6716016.6728.24
Hex3C544C1D0A43a0111c
Octal74124114350121032402134
Binary1111001010100100110011101010101000011101000001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C544C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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