#3D544D

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

Shades of Corduroy #3D544D

Tints of Corduroy #3D544D

Color information

#3D544D (or 0x3D544D) is unknown color: approx Corduroy. HEX triplet: 3D, 54 and 4D. RGB value is (61,84,77). Sum of RGB (Red+Green+Blue) = 61+84+77=222 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.48% from 222); Green value is 84 (33.20% from 255 or 37.84% from 222); Blue value is 77 (30.47% from 255 or 34.68% from 222); Max value from RGB is 84 - color contains mainly: green. Hex color #3D544D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D544D is #C2ABB2. Grayscale: #4C4C4C. Windows color (decimal): -12757939 or 5067837. OLE color: 5067837.

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

Color convert

RGB618477-
CMYK0.2700.080.67
HSL161.74º15.86%28.43%-
HSV(B)161.74º27.38%32.94%-
XYZ6.437.878.2-
YUV76.32128.38117.07-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.48%
GREEN value IS 84 (33.20% from 255) = 37.84%
BLUE value IS 77 (30.47% from 255) = 34.68%
R=27.48%
G=37.84%
B=34.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6184770.2700.080.67161.7415.8628.43
Hex3D544D1B0843a2101c
Octal75124115330101032422034
Binary1111011010100100110111011010001000011101000101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D544D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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