#41504D

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

Shades of Corduroy #41504D

Tints of Corduroy #41504D

Color information

#41504D (or 0x41504D) is unknown color: approx Corduroy. HEX triplet: 41, 50 and 4D. RGB value is (65,80,77). Sum of RGB (Red+Green+Blue) = 65+80+77=222 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.28% from 222); Green value is 80 (31.64% from 255 or 36.04% from 222); Blue value is 77 (30.47% from 255 or 34.68% from 222); Max value from RGB is 80 - color contains mainly: green. Hex color #41504D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41504D is #BEAFB2. Grayscale: #4B4B4B. Windows color (decimal): -12496819 or 5066817. OLE color: 5066817.

HSL color Cylindrical-coordinate representation of color #41504D: hue angle of 168º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #41504D is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB658077-
CMYK0.1900.040.69
HSL168º10.34%28.43%-
HSV(B)168º18.75%31.37%-
XYZ6.397.48.11-
YUV75.17129.03120.74-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.28%
GREEN value IS 80 (31.64% from 255) = 36.04%
BLUE value IS 77 (30.47% from 255) = 34.68%
R=29.28%
G=36.04%
B=34.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6580770.1900.040.6916810.3428.43
Hex41504D130445a8a1c
Octal10112011523041052501234
Binary100000110100001001101100110100100010110101000101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41504D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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