#41504A

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

Shades of Corduroy #41504A

Tints of Corduroy #41504A

Color information

#41504A (or 0x41504A) is unknown color: approx Corduroy. HEX triplet: 41, 50 and 4A. RGB value is (65,80,74). Sum of RGB (Red+Green+Blue) = 65+80+74=219 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.68% from 219); Green value is 80 (31.64% from 255 or 36.53% from 219); Blue value is 74 (29.30% from 255 or 33.79% from 219); Max value from RGB is 80 - color contains mainly: green. Hex color #41504A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41504A is #BEAFB5. Grayscale: #4A4A4A. Windows color (decimal): -12496822 or 4870209. OLE color: 4870209.

HSL color Cylindrical-coordinate representation of color #41504A: hue angle of 156º 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 #41504A is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB658074-
CMYK0.1900.080.69
HSL156º10.34%28.43%-
HSV(B)156º18.75%31.37%-
XYZ6.287.367.57-
YUV74.83127.53120.99-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.68%
GREEN value IS 80 (31.64% from 255) = 36.53%
BLUE value IS 74 (29.30% from 255) = 33.79%
R=29.68%
G=36.53%
B=33.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6580740.1900.080.6915610.3428.43
Hex41504A1308459ca1c
Octal101120112230101052341234
Binary1000001101000010010101001101000100010110011100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41504A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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