#3C4C45

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

Shades of Corduroy #3C4C45

Tints of Corduroy #3C4C45

Color information

#3C4C45 (or 0x3C4C45) is unknown color: approx Corduroy. HEX triplet: 3C, 4C and 45. RGB value is (60,76,69). Sum of RGB (Red+Green+Blue) = 60+76+69=205 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.27% from 205); Green value is 76 (30.08% from 255 or 37.07% from 205); Blue value is 69 (27.34% from 255 or 33.66% from 205); Max value from RGB is 76 - color contains mainly: green. Hex color #3C4C45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4C45 is #C3B3BA. Grayscale: #464646. Windows color (decimal): -12825531 or 4541500. OLE color: 4541500.

HSL color Cylindrical-coordinate representation of color #3C4C45: hue angle of 153.75º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3C4C45 is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.70.

Color convert

RGB607669-
CMYK0.2100.090.70
HSL153.75º11.76%26.67%-
HSV(B)153.75º21.05%29.8%-
XYZ5.526.566.61-
YUV70.42127.2120.57-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 29.27%
GREEN value IS 76 (30.08% from 255) = 37.07%
BLUE value IS 69 (27.34% from 255) = 33.66%
R=29.27%
G=37.07%
B=33.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6076690.2100.090.70153.7511.7626.67
Hex3C4C451509469ac1b
Octal74114105250111062321433
Binary111100100110010001011010101001100011010011010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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