#41554E

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

Shades of Corduroy #41554E

Tints of Corduroy #41554E

Color information

#41554E (or 0x41554E) is unknown color: approx Corduroy. HEX triplet: 41, 55 and 4E. RGB value is (65,85,78). Sum of RGB (Red+Green+Blue) = 65+85+78=228 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.51% from 228); Green value is 85 (33.59% from 255 or 37.28% from 228); Blue value is 78 (30.86% from 255 or 34.21% from 228); Max value from RGB is 85 - color contains mainly: green. Hex color #41554E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41554E is #BEAAB1. Grayscale: #4E4E4E. Windows color (decimal): -12495538 or 5133633. OLE color: 5133633.

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

Color convert

RGB658578-
CMYK0.2400.080.67
HSL159º13.33%29.41%-
HSV(B)159º23.53%33.33%-
XYZ6.88.178.43-
YUV78.22127.87118.57-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.51%
GREEN value IS 85 (33.59% from 255) = 37.28%
BLUE value IS 78 (30.86% from 255) = 34.21%
R=28.51%
G=37.28%
B=34.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6585780.2400.080.6715913.3329.41
Hex41554E1808439fd1d
Octal101125116300101032371535
Binary1000001101010110011101100001000100001110011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41554E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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