#41534D

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

Shades of Corduroy #41534D

Tints of Corduroy #41534D

Color information

#41534D (or 0x41534D) is unknown color: approx Corduroy. HEX triplet: 41, 53 and 4D. RGB value is (65,83,77). Sum of RGB (Red+Green+Blue) = 65+83+77=225 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.89% from 225); Green value is 83 (32.81% from 255 or 36.89% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 83 - color contains mainly: green. Hex color #41534D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41534D is #BEACB2. Grayscale: #4C4C4C. Windows color (decimal): -12496051 or 5067585. OLE color: 5067585.

HSL color Cylindrical-coordinate representation of color #41534D: hue angle of 160º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #41534D is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB658377-
CMYK0.2200.070.67
HSL160º12.16%29.02%-
HSV(B)160º21.69%32.55%-
XYZ6.617.858.19-
YUV76.93128.04119.49-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.89%
GREEN value IS 83 (32.81% from 255) = 36.89%
BLUE value IS 77 (30.47% from 255) = 34.22%
R=28.89%
G=36.89%
B=34.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6583770.2200.070.6716012.1629.02
Hex41534D160743a0c1d
Octal10112311526071032401435
Binary100000110100111001101101100111100001110100000110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41534D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41534D; }

 p { color: rgb(65,83,77); }

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

<style>
 a { background-color: #41534D; }

 a { background-color: rgb(65,83,77); }

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

<style>
 span { border-color: #41534D; }

 span { border-color: rgb(65,83,77); }

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