#41534C

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

Shades of Corduroy #41534C

Tints of Corduroy #41534C

Color information

#41534C (or 0x41534C) is unknown color: approx Corduroy. HEX triplet: 41, 53 and 4C. RGB value is (65,83,76). Sum of RGB (Red+Green+Blue) = 65+83+76=224 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.02% from 224); Green value is 83 (32.81% from 255 or 37.05% from 224); Blue value is 76 (30.08% from 255 or 33.93% from 224); Max value from RGB is 83 - color contains mainly: green. Hex color #41534C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41534C is #BEACB3. Grayscale: #4C4C4C. Windows color (decimal): -12496052 or 5002049. OLE color: 5002049.

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

Color convert

RGB658376-
CMYK0.2200.080.67
HSL156.67º12.16%29.02%-
HSV(B)156.67º21.69%32.55%-
XYZ6.587.838-
YUV76.82127.54119.57-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.02%
GREEN value IS 83 (32.81% from 255) = 37.05%
BLUE value IS 76 (30.08% from 255) = 33.93%
R=29.02%
G=37.05%
B=33.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6583760.2200.080.67156.6712.1629.02
Hex41534C1608439dc1d
Octal101123114260101032351435
Binary1000001101001110011001011001000100001110011101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41534C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41534C; }

 p { color: rgb(65,83,76); }

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

<style>
 a { background-color: #41534C; }

 a { background-color: rgb(65,83,76); }

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

<style>
 span { border-color: #41534C; }

 span { border-color: rgb(65,83,76); }

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