#414F4C

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

Shades of Corduroy #414F4C

Tints of Corduroy #414F4C

Color information

#414F4C (or 0x414F4C) is unknown color: approx Corduroy. HEX triplet: 41, 4F and 4C. RGB value is (65,79,76). Sum of RGB (Red+Green+Blue) = 65+79+76=220 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.55% from 220); Green value is 79 (31.25% from 255 or 35.91% from 220); Blue value is 76 (30.08% from 255 or 34.55% from 220); Max value from RGB is 79 - color contains mainly: green. Hex color #414F4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #414F4C is #BEB0B3. Grayscale: #4A4A4A. Windows color (decimal): -12497076 or 5001025. OLE color: 5001025.

HSL color Cylindrical-coordinate representation of color #414F4C: hue angle of 167.14º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #414F4C is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB657976-
CMYK0.1800.040.69
HSL167.14º9.72%28.24%-
HSV(B)167.14º17.72%30.98%-
XYZ6.287.247.9-
YUV74.47128.86121.24-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.55%
GREEN value IS 79 (31.25% from 255) = 35.91%
BLUE value IS 76 (30.08% from 255) = 34.55%
R=29.55%
G=35.91%
B=34.55%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6579760.1800.040.69167.149.7228.24
Hex414F4C120445a7a1c
Octal10111711422041052471234
Binary100000110011111001100100100100100010110100111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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