#3D544E

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

Shades of Corduroy #3D544E

Tints of Corduroy #3D544E

Color information

#3D544E (or 0x3D544E) is unknown color: approx Corduroy. HEX triplet: 3D, 54 and 4E. RGB value is (61,84,78). Sum of RGB (Red+Green+Blue) = 61+84+78=223 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.35% from 223); Green value is 84 (33.20% from 255 or 37.67% from 223); Blue value is 78 (30.86% from 255 or 34.98% from 223); Max value from RGB is 84 - color contains mainly: green. Hex color #3D544E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D544E is #C2ABB1. Grayscale: #4C4C4C. Windows color (decimal): -12757938 or 5133373. OLE color: 5133373.

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

Color convert

RGB618478-
CMYK0.2700.070.67
HSL164.35º15.86%28.43%-
HSV(B)164.35º27.38%32.94%-
XYZ6.477.888.39-
YUV76.44128.88116.99-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.35%
GREEN value IS 84 (33.20% from 255) = 37.67%
BLUE value IS 78 (30.86% from 255) = 34.98%
R=27.35%
G=37.67%
B=34.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6184780.2700.070.67164.3515.8628.43
Hex3D544E1B0743a4101c
Octal7512411633071032442034
Binary111101101010010011101101101111000011101001001000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D544E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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