#405650

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

Shades of Corduroy #405650

Tints of Corduroy #405650

Color information

#405650 (or 0x405650) is unknown color: approx Corduroy. HEX triplet: 40, 56 and 50. RGB value is (64,86,80). Sum of RGB (Red+Green+Blue) = 64+86+80=230 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.83% from 230); Green value is 86 (33.98% from 255 or 37.39% from 230); Blue value is 80 (31.64% from 255 or 34.78% from 230); Max value from RGB is 86 - color contains mainly: green. Hex color #405650 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405650 is #BFA9AF. Grayscale: #4E4E4E. Windows color (decimal): -12560816 or 5264960. OLE color: 5264960.

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

Color convert

RGB648680-
CMYK0.2600.070.66
HSL163.64º14.67%29.41%-
HSV(B)163.64º25.58%33.73%-
XYZ6.898.328.83-
YUV78.74128.71117.49-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.83%
GREEN value IS 86 (33.98% from 255) = 37.39%
BLUE value IS 80 (31.64% from 255) = 34.78%
R=27.83%
G=37.39%
B=34.78%

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
Decimal6486800.2600.070.66163.6414.6729.41
Hex4056501A0742a4f1d
Octal10012612032071022441735
Binary100000010101101010000110100111100001010100100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405650; }

 p { color: rgb(64,86,80); }

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

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

 a { background-color: rgb(64,86,80); }

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

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

 span { border-color: rgb(64,86,80); }

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