#415751

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

Shades of Corduroy #415751

Tints of Corduroy #415751

Color information

#415751 (or 0x415751) is unknown color: approx Corduroy. HEX triplet: 41, 57 and 51. RGB value is (65,87,81). Sum of RGB (Red+Green+Blue) = 65+87+81=233 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.90% from 233); Green value is 87 (34.38% from 255 or 37.34% from 233); Blue value is 81 (32.03% from 255 or 34.76% from 233); Max value from RGB is 87 - color contains mainly: green. Hex color #415751 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415751 is #BEA8AE. Grayscale: #4F4F4F. Windows color (decimal): -12495023 or 5330753. OLE color: 5330753.

HSL color Cylindrical-coordinate representation of color #415751: hue angle of 163.64º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #415751 is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.66.

Color convert

RGB658781-
CMYK0.2500.070.66
HSL163.64º14.47%29.8%-
HSV(B)163.64º25.29%34.12%-
XYZ7.078.539.06-
YUV79.74128.71117.49-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.90%
GREEN value IS 87 (34.38% from 255) = 37.34%
BLUE value IS 81 (32.03% from 255) = 34.76%
R=27.90%
G=37.34%
B=34.76%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6587810.2500.070.66163.6414.4729.8
Hex415751190742a4e1e
Octal10112712131071022441636
Binary100000110101111010001110010111100001010100100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415751; }

 p { color: rgb(65,87,81); }

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

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

 a { background-color: rgb(65,87,81); }

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

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

 span { border-color: rgb(65,87,81); }

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