#41544E

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

Shades of Corduroy #41544E

Tints of Corduroy #41544E

Color information

#41544E (or 0x41544E) is unknown color: approx Corduroy. HEX triplet: 41, 54 and 4E. RGB value is (65,84,78). Sum of RGB (Red+Green+Blue) = 65+84+78=227 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.63% from 227); Green value is 84 (33.20% from 255 or 37.00% from 227); Blue value is 78 (30.86% from 255 or 34.36% from 227); Max value from RGB is 84 - color contains mainly: green. Hex color #41544E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41544E is #BEABB1. Grayscale: #4D4D4D. Windows color (decimal): -12495794 or 5133377. OLE color: 5133377.

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

Color convert

RGB658478-
CMYK0.2300.070.67
HSL161.05º12.75%29.22%-
HSV(B)161.05º22.62%32.94%-
XYZ6.738.018.4-
YUV77.63128.21118.99-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.63%
GREEN value IS 84 (33.20% from 255) = 37.00%
BLUE value IS 78 (30.86% from 255) = 34.36%
R=28.63%
G=37.00%
B=34.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6584780.2300.070.67161.0512.7529.22
Hex41544E170743a1d1d
Octal10112411627071032411535
Binary100000110101001001110101110111100001110100001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41544E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41544E; }

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

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

<style>
 a { background-color: #41544E; }

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

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

<style>
 span { border-color: #41544E; }

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

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