#41544F

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

Shades of Corduroy #41544F

Tints of Corduroy #41544F

Color information

#41544F (or 0x41544F) is unknown color: approx Corduroy. HEX triplet: 41, 54 and 4F. RGB value is (65,84,79). Sum of RGB (Red+Green+Blue) = 65+84+79=228 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.51% from 228); Green value is 84 (33.20% from 255 or 36.84% from 228); Blue value is 79 (31.25% from 255 or 34.65% from 228); Max value from RGB is 84 - color contains mainly: green. Hex color #41544F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41544F is #BEABB0. Grayscale: #4D4D4D. Windows color (decimal): -12495793 or 5198913. OLE color: 5198913.

HSL color Cylindrical-coordinate representation of color #41544F: hue angle of 164.21º 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 #41544F is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB658479-
CMYK0.2300.060.67
HSL164.21º12.75%29.22%-
HSV(B)164.21º22.62%32.94%-
XYZ6.768.038.59-
YUV77.75128.71118.91-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.51%
GREEN value IS 84 (33.20% from 255) = 36.84%
BLUE value IS 79 (31.25% from 255) = 34.65%
R=28.51%
G=36.84%
B=34.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6584790.2300.060.67164.2112.7529.22
Hex41544F170643a4d1d
Octal10112411727061032441535
Binary100000110101001001111101110110100001110100100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41544F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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