#414C4A

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

Shades of Corduroy #414C4A

Tints of Corduroy #414C4A

Color information

#414C4A (or 0x414C4A) is unknown color: approx Corduroy. HEX triplet: 41, 4C and 4A. RGB value is (65,76,74). Sum of RGB (Red+Green+Blue) = 65+76+74=215 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.23% from 215); Green value is 76 (30.08% from 255 or 35.35% from 215); Blue value is 74 (29.30% from 255 or 34.42% from 215); Max value from RGB is 76 - color contains mainly: green. Hex color #414C4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414C4A is #BEB3B5. Grayscale: #484848. Windows color (decimal): -12497846 or 4869185. OLE color: 4869185.

HSL color Cylindrical-coordinate representation of color #414C4A: hue angle of 169.09º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #414C4A is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.70.

Color convert

RGB657674-
CMYK0.1400.030.70
HSL169.09º7.8%27.65%-
HSV(B)169.09º14.47%29.8%-
XYZ66.797.47-
YUV72.48128.86122.66-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.23%
GREEN value IS 76 (30.08% from 255) = 35.35%
BLUE value IS 74 (29.30% from 255) = 34.42%
R=30.23%
G=35.35%
B=34.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6576740.1400.030.70169.097.827.65
Hex414C4AE0346a981c
Octal10111411216031062511034
Binary1000001100110010010101110011100011010101001100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414C4A; }

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

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

<style>
 a { background-color: #414C4A; }

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

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

<style>
 span { border-color: #414C4A; }

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

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