#41504B

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

Shades of Corduroy #41504B

Tints of Corduroy #41504B

Color information

#41504B (or 0x41504B) is unknown color: approx Corduroy. HEX triplet: 41, 50 and 4B. RGB value is (65,80,75). Sum of RGB (Red+Green+Blue) = 65+80+75=220 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.55% from 220); Green value is 80 (31.64% from 255 or 36.36% from 220); Blue value is 75 (29.69% from 255 or 34.09% from 220); Max value from RGB is 80 - color contains mainly: green. Hex color #41504B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41504B is #BEAFB4. Grayscale: #4A4A4A. Windows color (decimal): -12496821 or 4935745. OLE color: 4935745.

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

Color convert

RGB658075-
CMYK0.1900.060.69
HSL160º10.34%28.43%-
HSV(B)160º18.75%31.37%-
XYZ6.327.377.75-
YUV74.94128.03120.91-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.55%
GREEN value IS 80 (31.64% from 255) = 36.36%
BLUE value IS 75 (29.69% from 255) = 34.09%
R=29.55%
G=36.36%
B=34.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6580750.1900.060.6916010.3428.43
Hex41504B130645a0a1c
Octal10112011323061052401234
Binary100000110100001001011100110110100010110100000101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41504B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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