#3C544E

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

Shades of Corduroy #3C544E

Tints of Corduroy #3C544E

Color information

#3C544E (or 0x3C544E) is unknown color: approx Corduroy. HEX triplet: 3C, 54 and 4E. RGB value is (60,84,78). Sum of RGB (Red+Green+Blue) = 60+84+78=222 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.03% from 222); Green value is 84 (33.20% from 255 or 37.84% from 222); Blue value is 78 (30.86% from 255 or 35.14% from 222); Max value from RGB is 84 - color contains mainly: green. Hex color #3C544E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C544E is #C3ABB1. Grayscale: #4C4C4C. Windows color (decimal): -12823474 or 5133372. OLE color: 5133372.

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

Color convert

RGB608478-
CMYK0.2900.070.67
HSL165º16.67%28.24%-
HSV(B)165º28.57%32.94%-
XYZ6.417.858.39-
YUV76.14129.05116.49-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.03%
GREEN value IS 84 (33.20% from 255) = 37.84%
BLUE value IS 78 (30.86% from 255) = 35.14%
R=27.03%
G=37.84%
B=35.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6084780.2900.070.6716516.6728.24
Hex3C544E1D0743a5111c
Octal7412411635071032452134
Binary111100101010010011101110101111000011101001011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C544E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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