#41534F

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

Shades of Corduroy #41534F

Tints of Corduroy #41534F

Color information

#41534F (or 0x41534F) is unknown color: approx Corduroy. HEX triplet: 41, 53 and 4F. RGB value is (65,83,79). Sum of RGB (Red+Green+Blue) = 65+83+79=227 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.63% from 227); Green value is 83 (32.81% from 255 or 36.56% from 227); Blue value is 79 (31.25% from 255 or 34.80% from 227); Max value from RGB is 83 - color contains mainly: green. Hex color #41534F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41534F is #BEACB0. Grayscale: #4D4D4D. Windows color (decimal): -12496049 or 5198657. OLE color: 5198657.

HSL color Cylindrical-coordinate representation of color #41534F: hue angle of 166.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 #41534F is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB658379-
CMYK0.2200.050.67
HSL166.67º12.16%29.02%-
HSV(B)166.67º21.69%32.55%-
XYZ6.687.878.56-
YUV77.16129.04119.33-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.63%
GREEN value IS 83 (32.81% from 255) = 36.56%
BLUE value IS 79 (31.25% from 255) = 34.80%
R=28.63%
G=36.56%
B=34.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6583790.2200.050.67166.6712.1629.02
Hex41534F160543a7c1d
Octal10112311726051032471435
Binary100000110100111001111101100101100001110100111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41534F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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