#405751

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

Shades of Corduroy #405751

Tints of Corduroy #405751

Color information

#405751 (or 0x405751) is unknown color: approx Corduroy. HEX triplet: 40, 57 and 51. RGB value is (64,87,81). Sum of RGB (Red+Green+Blue) = 64+87+81=232 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.59% from 232); Green value is 87 (34.38% from 255 or 37.5% from 232); Blue value is 81 (32.03% from 255 or 34.91% from 232); Max value from RGB is 87 - color contains mainly: green. Hex color #405751 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405751 is #BFA8AE. Grayscale: #4F4F4F. Windows color (decimal): -12560559 or 5330752. OLE color: 5330752.

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

Color convert

RGB648781-
CMYK0.2600.070.66
HSL164.35º15.23%29.61%-
HSV(B)164.35º26.44%34.12%-
XYZ7.018.59.06-
YUV79.44128.88116.99-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.59%
GREEN value IS 87 (34.38% from 255) = 37.5%
BLUE value IS 81 (32.03% from 255) = 34.91%
R=27.59%
G=37.5%
B=34.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6487810.2600.070.66164.3515.2329.61
Hex4057511A0742a4f1e
Octal10012712132071022441736
Binary100000010101111010001110100111100001010100100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405751; }

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

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

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

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

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

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

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

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